# HG changeset patch
# User dasilvj@jean-manuel-da-silvas-macbook.local
# Date 1243882066 -7200
# Node ID 21d91ef67e972871e7b6557f967c69d005b8810d
# Parent 3bf40efc08eac6bea281b7d05035aa93bb08c877
Bug #166 - Passage des différents EditText de l'activité Settings en SingleLine. Correction d'un bug poussant le champs Port en dehors de la zone de vue dans les tabs Proxy et XMPP.
diff -r 3bf40efc08ea -r 21d91ef67e97 res/layout/create_account.xml
--- a/res/layout/create_account.xml Mon Jun 01 17:02:50 2009 +0200
+++ b/res/layout/create_account.xml Mon Jun 01 20:47:46 2009 +0200
@@ -15,7 +15,8 @@
style="@style/Label" />
+ android:layout_height="wrap_content"
+ android:singleLine="true" />
+ android:password="true"
+ android:singleLine="true" />
+ android:password="true"
+ android:singleLine="true" />
diff -r 3bf40efc08ea -r 21d91ef67e97 res/layout/edit_settings.xml
--- a/res/layout/edit_settings.xml Mon Jun 01 17:02:50 2009 +0200
+++ b/res/layout/edit_settings.xml Mon Jun 01 20:47:46 2009 +0200
@@ -33,7 +33,8 @@
+ android:layout_below="@id/settings_account_label_username"
+ android:singleLine="true" />
+ android:password="true"
+ android:singleLine="true" />
+ android:layout_height="wrap_content"
+ android:maxWidth="223dp"
+ android:singleLine="true" />
+ android:maxLength="5"
+ android:singleLine="true" />
+ android:layout_height="wrap_content"
+ android:maxWidth="223dp"
+ android:singleLine="true" />
+ android:maxLength="5"
+ android:singleLine="true" />
+ android:layout_height="wrap_content"
+ android:singleLine="true" />
+ android:password="true"
+ android:singleLine="true" />