31 android:text="@string/settings_account_username" |
31 android:text="@string/settings_account_username" |
32 style="@style/Label" /> |
32 style="@style/Label" /> |
33 <EditText android:id="@+id/settings_account_username" |
33 <EditText android:id="@+id/settings_account_username" |
34 android:layout_width="fill_parent" |
34 android:layout_width="fill_parent" |
35 android:layout_height="wrap_content" |
35 android:layout_height="wrap_content" |
36 android:layout_below="@id/settings_account_label_username" /> |
36 android:layout_below="@id/settings_account_label_username" |
|
37 android:singleLine="true" /> |
37 <TextView android:id="@+id/settings_account_label_password" |
38 <TextView android:id="@+id/settings_account_label_password" |
38 android:layout_width="fill_parent" |
39 android:layout_width="fill_parent" |
39 android:layout_height="wrap_content" |
40 android:layout_height="wrap_content" |
40 android:layout_below="@id/settings_account_username" |
41 android:layout_below="@id/settings_account_username" |
41 android:text="@string/settings_account_password" |
42 android:text="@string/settings_account_password" |
42 style="@style/Label" /> |
43 style="@style/Label" /> |
43 <EditText android:id="@+id/settings_account_password" |
44 <EditText android:id="@+id/settings_account_password" |
44 android:layout_width="fill_parent" |
45 android:layout_width="fill_parent" |
45 android:layout_height="wrap_content" |
46 android:layout_height="wrap_content" |
46 android:layout_below="@id/settings_account_label_password" |
47 android:layout_below="@id/settings_account_label_password" |
47 android:password="true" /> |
48 android:password="true" |
|
49 android:singleLine="true" /> |
48 <Button android:id="@+id/settings_account_button_save" |
50 <Button android:id="@+id/settings_account_button_save" |
49 android:layout_width="wrap_content" |
51 android:layout_width="wrap_content" |
50 android:layout_height="wrap_content" |
52 android:layout_height="wrap_content" |
51 android:layout_below="@id/settings_account_password" |
53 android:layout_below="@id/settings_account_password" |
52 android:layout_alignParentRight="true" |
54 android:layout_alignParentRight="true" |
86 </TableRow> |
88 </TableRow> |
87 <TableRow> |
89 <TableRow> |
88 <EditText android:id="@+id/settings_xmpp_server" |
90 <EditText android:id="@+id/settings_xmpp_server" |
89 android:layout_column="1" |
91 android:layout_column="1" |
90 android:layout_width="wrap_content" |
92 android:layout_width="wrap_content" |
91 android:layout_height="wrap_content" /> |
93 android:layout_height="wrap_content" |
|
94 android:maxWidth="223dp" |
|
95 android:singleLine="true" /> |
92 <EditText android:id="@+id/settings_xmpp_port" |
96 <EditText android:id="@+id/settings_xmpp_port" |
93 android:layout_column="2" |
97 android:layout_column="2" |
94 android:layout_width="wrap_content" |
98 android:layout_width="wrap_content" |
95 android:layout_height="wrap_content" |
99 android:layout_height="wrap_content" |
96 android:minWidth="77dp" |
100 android:minWidth="77dp" |
97 android:numeric="integer" |
101 android:numeric="integer" |
98 android:maxLength="5" /> |
102 android:maxLength="5" |
|
103 android:singleLine="true" /> |
99 </TableRow> |
104 </TableRow> |
100 </TableLayout> |
105 </TableLayout> |
101 <CheckBox android:id="@+id/settings_xmpp_use_tls" |
106 <CheckBox android:id="@+id/settings_xmpp_use_tls" |
102 android:layout_width="wrap_content" |
107 android:layout_width="wrap_content" |
103 android:layout_height="wrap_content" |
108 android:layout_height="wrap_content" |
158 </TableRow> |
163 </TableRow> |
159 <TableRow> |
164 <TableRow> |
160 <EditText android:id="@+id/settings_proxy_server" |
165 <EditText android:id="@+id/settings_proxy_server" |
161 android:layout_column="1" |
166 android:layout_column="1" |
162 android:layout_width="wrap_content" |
167 android:layout_width="wrap_content" |
163 android:layout_height="wrap_content" /> |
168 android:layout_height="wrap_content" |
|
169 android:maxWidth="223dp" |
|
170 android:singleLine="true" /> |
164 <EditText android:id="@+id/settings_proxy_port" |
171 <EditText android:id="@+id/settings_proxy_port" |
165 android:layout_column="2" |
172 android:layout_column="2" |
166 android:layout_width="wrap_content" |
173 android:layout_width="wrap_content" |
167 android:layout_height="wrap_content" |
174 android:layout_height="wrap_content" |
168 android:minWidth="77dp" |
175 android:minWidth="77dp" |
169 android:numeric="integer" |
176 android:numeric="integer" |
170 android:maxLength="5" /> |
177 android:maxLength="5" |
|
178 android:singleLine="true" /> |
171 </TableRow> |
179 </TableRow> |
172 </TableLayout> |
180 </TableLayout> |
173 <TextView android:id="@+id/settings_proxy_label_username" |
181 <TextView android:id="@+id/settings_proxy_label_username" |
174 android:layout_width="fill_parent" |
182 android:layout_width="fill_parent" |
175 android:layout_height="wrap_content" |
183 android:layout_height="wrap_content" |
176 android:text="@string/settings_proxy_username" |
184 android:text="@string/settings_proxy_username" |
177 style="@style/Label" /> |
185 style="@style/Label" /> |
178 <EditText android:id="@+id/settings_proxy_username" |
186 <EditText android:id="@+id/settings_proxy_username" |
179 android:layout_width="fill_parent" |
187 android:layout_width="fill_parent" |
180 android:layout_height="wrap_content" /> |
188 android:layout_height="wrap_content" |
|
189 android:singleLine="true" /> |
181 <TextView android:id="@+id/settings_proxy_label_password" |
190 <TextView android:id="@+id/settings_proxy_label_password" |
182 android:layout_width="fill_parent" |
191 android:layout_width="fill_parent" |
183 android:layout_height="wrap_content" |
192 android:layout_height="wrap_content" |
184 android:text="@string/settings_proxy_password" |
193 android:text="@string/settings_proxy_password" |
185 style="@style/Label" /> |
194 style="@style/Label" /> |
186 <EditText android:id="@+id/settings_proxy_password" |
195 <EditText android:id="@+id/settings_proxy_password" |
187 android:layout_width="fill_parent" |
196 android:layout_width="fill_parent" |
188 android:layout_height="wrap_content" |
197 android:layout_height="wrap_content" |
189 android:password="true" /> |
198 android:password="true" |
|
199 android:singleLine="true" /> |
190 </LinearLayout> |
200 </LinearLayout> |
191 <Button android:id="@+id/settings_proxy_button_save" |
201 <Button android:id="@+id/settings_proxy_button_save" |
192 android:layout_width="wrap_content" |
202 android:layout_width="wrap_content" |
193 android:layout_height="wrap_content" |
203 android:layout_height="wrap_content" |
194 android:layout_alignParentRight="true" |
204 android:layout_alignParentRight="true" |