author | marseille@marseille-desktop |
Thu, 21 May 2009 15:41:11 +0200 | |
changeset 192 | b74384311dee |
parent 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" |
|
190 | 9 |
android:layout_height="wrap_content" android:text="@string/CLSServerConnection" |
114 | 10 |
android:textSize="18sp" /> |
192
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
11 |
<LinearLayout android:orientation="horizontal" |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
12 |
android:layout_width="fill_parent" android:layout_height="wrap_content"> |
114 | 13 |
<TextView android:layout_width="wrap_content" |
190 | 14 |
android:layout_height="wrap_content" android:text="@string/CLSUserid" |
114 | 15 |
android:minWidth="90dp" android:textSize="14sp" /> |
166 | 16 |
<EditText android:id="@+id/userid" android:layout_width="fill_parent" |
17 |
android:layout_height="wrap_content" android:singleLine="true" |
|
18 |
android:textSize="14sp" android:autoText="false" android:capitalize="none" |
|
19 |
android:scrollHorizontally="true" /> |
|
114 | 20 |
</LinearLayout> |
21 |
||
192
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
22 |
<LinearLayout android:orientation="horizontal" |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
23 |
android:layout_width="fill_parent" android:layout_height="wrap_content"> |
166 | 24 |
<TextView android:layout_width="wrap_content" |
190 | 25 |
android:layout_height="wrap_content" android:text="@string/CLSHostPort" |
166 | 26 |
android:minWidth="90dp" android:textSize="14sp" /> |
27 |
<EditText android:id="@+id/host" android:layout_width="fill_parent" |
|
28 |
android:layout_height="wrap_content" android:singleLine="true" |
|
29 |
android:textSize="14sp" android:autoText="false" android:capitalize="none" |
|
30 |
android:layout_weight="2" android:scrollHorizontally="true" /> |
|
31 |
<EditText android:id="@+id/port" android:layout_width="fill_parent" |
|
32 |
android:layout_height="wrap_content" android:singleLine="true" |
|
33 |
android:textSize="14sp" android:autoText="false" android:capitalize="none" |
|
34 |
android:layout_weight="3" android:scrollHorizontally="true" /> |
|
35 |
</LinearLayout> |
|
36 |
||
192
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
37 |
<LinearLayout android:orientation="horizontal" |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
38 |
android:layout_width="fill_parent" android:layout_height="wrap_content"> |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
39 |
<TextView android:layout_width="wrap_content" |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
40 |
android:layout_height="wrap_content" android:text="@string/CLSPassword" |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
41 |
android:minWidth="90dp" android:textSize="14sp" /> |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
42 |
<EditText android:id="@+id/password" android:layout_width="fill_parent" |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
43 |
android:layout_height="wrap_content" android:singleLine="true" |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
44 |
android:password="true" android:textSize="14sp" android:autoText="false" |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
45 |
android:capitalize="none" android:scrollHorizontally="true" /> |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
46 |
</LinearLayout> |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
47 |
|
166 | 48 |
<TextView android:layout_width="fill_parent" |
190 | 49 |
android:layout_height="wrap_content" android:text="" |
166 | 50 |
android:textSize="18sp" /> |
51 |
||
52 |
<Spinner android:id="@+id/proxy_type" android:layout_width="fill_parent" |
|
53 |
android:layout_height="wrap_content" /> |
|
54 |
||
55 |
<LinearLayout android:id="@+id/proxy_layout" |
|
56 |
android:orientation="vertical" android:layout_width="fill_parent" |
|
57 |
android:layout_height="0sp"> |
|
58 |
||
59 |
<TextView android:layout_width="fill_parent" |
|
190 | 60 |
android:layout_height="wrap_content" android:text="@string/CLSProxyInfo" |
166 | 61 |
android:textSize="18sp" /> |
114 | 62 |
|
166 | 63 |
<LinearLayout android:orientation="horizontal" |
64 |
android:layout_width="fill_parent" android:layout_height="wrap_content"> |
|
65 |
<TextView android:layout_width="wrap_content" |
|
190 | 66 |
android:layout_height="wrap_content" android:text="@string/CLSHostPort" |
166 | 67 |
android:minWidth="90dp" android:textSize="14sp" /> |
68 |
<EditText android:id="@+id/proxy_host" |
|
69 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
70 |
android:singleLine="true" android:textSize="14sp" android:autoText="false" |
|
71 |
android:capitalize="none" android:layout_weight="2" |
|
72 |
android:scrollHorizontally="true" /> |
|
73 |
<EditText android:id="@+id/proxy_port" |
|
74 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
75 |
android:singleLine="true" android:textSize="14sp" android:autoText="false" |
|
76 |
android:capitalize="none" android:layout_weight="3" |
|
77 |
android:scrollHorizontally="true" /> |
|
78 |
</LinearLayout> |
|
114 | 79 |
|
192
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
80 |
<LinearLayout android:orientation="horizontal" |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
81 |
android:layout_width="fill_parent" android:layout_height="wrap_content"> |
166 | 82 |
<TextView android:layout_width="wrap_content" |
190 | 83 |
android:layout_height="wrap_content" android:text="@string/CLSLogin" |
166 | 84 |
android:minWidth="90dp" android:textSize="14sp" /> |
85 |
<EditText android:id="@+id/proxy_login" |
|
86 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
87 |
android:singleLine="true" android:textSize="14sp" android:autoText="false" |
|
88 |
android:capitalize="none" android:scrollHorizontally="true" /> |
|
89 |
</LinearLayout> |
|
90 |
||
192
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
91 |
<LinearLayout android:orientation="horizontal" |
b74384311dee
modification contactlist settings
marseille@marseille-desktop
parents:
190
diff
changeset
|
92 |
android:layout_width="fill_parent" android:layout_height="wrap_content"> |
166 | 93 |
<TextView android:layout_width="wrap_content" |
190 | 94 |
android:layout_height="wrap_content" android:text="@string/CLSPassword" |
166 | 95 |
android:minWidth="90dp" android:textSize="14sp" /> |
96 |
<EditText android:id="@+id/proxy_pwd" android:layout_width="fill_parent" |
|
97 |
android:layout_height="wrap_content" android:singleLine="true" |
|
98 |
android:password="true" android:textSize="14sp" android:autoText="false" |
|
99 |
android:capitalize="none" android:scrollHorizontally="true" /> |
|
100 |
</LinearLayout> |
|
101 |
</LinearLayout> |
|
102 |
<Button android:id="@+id/ok" android:layout_width="fill_parent" |
|
103 |
android:layout_height="wrap_content" android:layout_gravity="center_horizontal" |
|
190 | 104 |
android:text="@string/CLSOkButton"> |
166 | 105 |
<requestFocus /> |
106 |
</Button> |
|
107 |
</LinearLayout> |
|
117
40a48262a670
Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents:
114
diff
changeset
|
108 |
</ScrollView> |