author | marseille |
Fri, 24 Apr 2009 01:59:28 +0200 | |
changeset 166 | d076437706a4 |
parent 145 | 70b67bdac4fc |
child 190 | 079488da1bfc |
permissions | -rw-r--r-- |
88 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
117
40a48262a670
Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents:
114
diff
changeset
|
2 |
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
40a48262a670
Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents:
114
diff
changeset
|
3 |
android:orientation="vertical" android:layout_width="fill_parent" |
40a48262a670
Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents:
114
diff
changeset
|
4 |
android:layout_height="fill_parent"> |
166 | 5 |
<LinearLayout android:orientation="vertical" |
6 |
android:layout_width="fill_parent" android:layout_height="fill_parent"> |
|
114 | 7 |
|
8 |
<TextView android:layout_width="fill_parent" |
|
166 | 9 |
android:layout_height="wrap_content" android:text="Server connection" |
114 | 10 |
android:textSize="18sp" /> |
11 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
12 |
android:orientation="horizontal" android:layout_width="fill_parent" |
|
13 |
android:layout_height="wrap_content"> |
|
14 |
<TextView android:layout_width="wrap_content" |
|
166 | 15 |
android:layout_height="wrap_content" android:text="Userid:" |
114 | 16 |
android:minWidth="90dp" android:textSize="14sp" /> |
166 | 17 |
<EditText android:id="@+id/userid" android:layout_width="fill_parent" |
18 |
android:layout_height="wrap_content" android:singleLine="true" |
|
19 |
android:textSize="14sp" android:autoText="false" android:capitalize="none" |
|
20 |
android:scrollHorizontally="true" /> |
|
114 | 21 |
</LinearLayout> |
22 |
||
23 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
24 |
android:orientation="horizontal" android:layout_width="fill_parent" |
|
25 |
android:layout_height="wrap_content"> |
|
26 |
<TextView android:layout_width="wrap_content" |
|
27 |
android:layout_height="wrap_content" android:text="Password:" |
|
28 |
android:minWidth="90dp" android:textSize="14sp" /> |
|
166 | 29 |
<EditText android:id="@+id/password" android:layout_width="fill_parent" |
114 | 30 |
android:layout_height="wrap_content" android:singleLine="true" |
31 |
android:password="true" android:textSize="14sp" android:autoText="false" |
|
32 |
android:capitalize="none" android:scrollHorizontally="true" /> |
|
33 |
</LinearLayout> |
|
166 | 34 |
|
35 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
36 |
android:orientation="horizontal" android:layout_width="fill_parent" |
|
37 |
android:layout_height="wrap_content"> |
|
38 |
<TextView android:layout_width="wrap_content" |
|
39 |
android:layout_height="wrap_content" android:text="Service:" |
|
40 |
android:minWidth="90dp" android:textSize="14sp" /> |
|
41 |
<EditText android:id="@+id/service" android:layout_width="fill_parent" |
|
42 |
android:layout_height="wrap_content" android:singleLine="true" |
|
43 |
android:textSize="14sp" android:autoText="false" android:capitalize="none" |
|
44 |
android:scrollHorizontally="true" /> |
|
45 |
</LinearLayout> |
|
46 |
||
47 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
48 |
android:orientation="horizontal" android:layout_width="fill_parent" |
|
49 |
android:layout_height="wrap_content"> |
|
50 |
<TextView android:layout_width="wrap_content" |
|
51 |
android:layout_height="wrap_content" android:text="Host/Port:" |
|
52 |
android:minWidth="90dp" android:textSize="14sp" /> |
|
53 |
<EditText android:id="@+id/host" android:layout_width="fill_parent" |
|
54 |
android:layout_height="wrap_content" android:singleLine="true" |
|
55 |
android:textSize="14sp" android:autoText="false" android:capitalize="none" |
|
56 |
android:layout_weight="2" android:scrollHorizontally="true" /> |
|
57 |
<EditText android:id="@+id/port" android:layout_width="fill_parent" |
|
58 |
android:layout_height="wrap_content" android:singleLine="true" |
|
59 |
android:textSize="14sp" android:autoText="false" android:capitalize="none" |
|
60 |
android:layout_weight="3" android:scrollHorizontally="true" /> |
|
61 |
</LinearLayout> |
|
62 |
||
63 |
<TextView android:layout_width="fill_parent" |
|
64 |
android:layout_height="wrap_content" android:text="Proxy informations" |
|
65 |
android:textSize="18sp" /> |
|
66 |
||
67 |
<Spinner android:id="@+id/proxy_type" android:layout_width="fill_parent" |
|
68 |
android:layout_height="wrap_content" /> |
|
69 |
||
70 |
<LinearLayout android:id="@+id/proxy_layout" |
|
71 |
android:orientation="vertical" android:layout_width="fill_parent" |
|
72 |
android:layout_height="0sp"> |
|
73 |
||
74 |
<TextView android:layout_width="fill_parent" |
|
75 |
android:layout_height="wrap_content" android:text="Proxy informations" |
|
76 |
android:textSize="18sp" /> |
|
114 | 77 |
|
166 | 78 |
<LinearLayout android:orientation="horizontal" |
79 |
android:layout_width="fill_parent" android:layout_height="wrap_content"> |
|
80 |
<TextView android:layout_width="wrap_content" |
|
81 |
android:layout_height="wrap_content" android:text="Host/Port:" |
|
82 |
android:minWidth="90dp" android:textSize="14sp" /> |
|
83 |
<EditText android:id="@+id/proxy_host" |
|
84 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
85 |
android:singleLine="true" android:textSize="14sp" android:autoText="false" |
|
86 |
android:capitalize="none" android:layout_weight="2" |
|
87 |
android:scrollHorizontally="true" /> |
|
88 |
<EditText android:id="@+id/proxy_port" |
|
89 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
90 |
android:singleLine="true" android:textSize="14sp" android:autoText="false" |
|
91 |
android:capitalize="none" android:layout_weight="3" |
|
92 |
android:scrollHorizontally="true" /> |
|
93 |
</LinearLayout> |
|
114 | 94 |
|
166 | 95 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
96 |
android:orientation="horizontal" android:layout_width="fill_parent" |
|
97 |
android:layout_height="wrap_content"> |
|
98 |
<TextView android:layout_width="wrap_content" |
|
99 |
android:layout_height="wrap_content" android:text="Login :" |
|
100 |
android:minWidth="90dp" android:textSize="14sp" /> |
|
101 |
<EditText android:id="@+id/proxy_login" |
|
102 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
103 |
android:singleLine="true" android:textSize="14sp" android:autoText="false" |
|
104 |
android:capitalize="none" android:scrollHorizontally="true" /> |
|
105 |
</LinearLayout> |
|
106 |
||
107 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
108 |
android:orientation="horizontal" android:layout_width="fill_parent" |
|
109 |
android:layout_height="wrap_content"> |
|
110 |
<TextView android:layout_width="wrap_content" |
|
111 |
android:layout_height="wrap_content" android:text="Password:" |
|
112 |
android:minWidth="90dp" android:textSize="14sp" /> |
|
113 |
<EditText android:id="@+id/proxy_pwd" android:layout_width="fill_parent" |
|
114 |
android:layout_height="wrap_content" android:singleLine="true" |
|
115 |
android:password="true" android:textSize="14sp" android:autoText="false" |
|
116 |
android:capitalize="none" android:scrollHorizontally="true" /> |
|
117 |
</LinearLayout> |
|
118 |
</LinearLayout> |
|
119 |
<Button android:id="@+id/ok" android:layout_width="fill_parent" |
|
120 |
android:layout_height="wrap_content" android:layout_gravity="center_horizontal" |
|
121 |
android:text="OK"> |
|
122 |
<requestFocus /> |
|
123 |
</Button> |
|
124 |
</LinearLayout> |
|
117
40a48262a670
Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents:
114
diff
changeset
|
125 |
</ScrollView> |