author | nikita@nikita-rack |
Sun, 17 May 2009 23:33:13 +0200 | |
changeset 190 | 079488da1bfc |
parent 166 | d076437706a4 |
child 192 | b74384311dee |
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" /> |
190 | 11 |
<LinearLayout |
114 | 12 |
android:orientation="horizontal" android:layout_width="fill_parent" |
13 |
android:layout_height="wrap_content"> |
|
14 |
<TextView android:layout_width="wrap_content" |
|
190 | 15 |
android:layout_height="wrap_content" android:text="@string/CLSUserid" |
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 |
||
190 | 23 |
<LinearLayout |
114 | 24 |
android:orientation="horizontal" android:layout_width="fill_parent" |
25 |
android:layout_height="wrap_content"> |
|
26 |
<TextView android:layout_width="wrap_content" |
|
190 | 27 |
android:layout_height="wrap_content" android:text="@string/CLSPassword" |
114 | 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 |
|
190 | 35 |
<LinearLayout |
166 | 36 |
android:orientation="horizontal" android:layout_width="fill_parent" |
37 |
android:layout_height="wrap_content"> |
|
38 |
<TextView android:layout_width="wrap_content" |
|
190 | 39 |
android:layout_height="wrap_content" android:text="@string/CLSService" |
166 | 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 |
||
190 | 47 |
<LinearLayout |
166 | 48 |
android:orientation="horizontal" android:layout_width="fill_parent" |
49 |
android:layout_height="wrap_content"> |
|
50 |
<TextView android:layout_width="wrap_content" |
|
190 | 51 |
android:layout_height="wrap_content" android:text="@string/CLSHostPort" |
166 | 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" |
|
190 | 64 |
android:layout_height="wrap_content" android:text="" |
166 | 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" |
|
190 | 75 |
android:layout_height="wrap_content" android:text="@string/CLSProxyInfo" |
166 | 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" |
|
190 | 81 |
android:layout_height="wrap_content" android:text="@string/CLSHostPort" |
166 | 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 |
|
190 | 95 |
<LinearLayout |
166 | 96 |
android:orientation="horizontal" android:layout_width="fill_parent" |
97 |
android:layout_height="wrap_content"> |
|
98 |
<TextView android:layout_width="wrap_content" |
|
190 | 99 |
android:layout_height="wrap_content" android:text="@string/CLSLogin" |
166 | 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 |
||
190 | 107 |
<LinearLayout |
166 | 108 |
android:orientation="horizontal" android:layout_width="fill_parent" |
109 |
android:layout_height="wrap_content"> |
|
110 |
<TextView android:layout_width="wrap_content" |
|
190 | 111 |
android:layout_height="wrap_content" android:text="@string/CLSPassword" |
166 | 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" |
|
190 | 121 |
android:text="@string/CLSOkButton"> |
166 | 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> |