dont suggest username in account setup screen
authorBartek Przybylski <bart.p.pl@gmail.com>
Sun, 7 Oct 2012 19:43:40 +0000 (21:43 +0200)
committerBartek Przybylski <bart.p.pl@gmail.com>
Sun, 7 Oct 2012 19:43:40 +0000 (21:43 +0200)
res/layout-land/account_setup.xml
res/layout/account_setup.xml

index 632ba05..b394f2e 100644 (file)
                     android:layout_weight="1"
                     android:ems="10"
                     android:hint="@string/auth_username"
                     android:layout_weight="1"
                     android:ems="10"
                     android:hint="@string/auth_username"
-                    android:singleLine="true" />
+                    android:singleLine="true"
+                    android:inputType="textNoSuggestions" />
 
                 <FrameLayout
                     android:layout_width="match_parent"
 
                 <FrameLayout
                     android:layout_width="match_parent"
index b26942b..c484271 100644 (file)
                 android:layout_weight="1"
                 android:ems="10"
                 android:singleLine="true"
                 android:layout_weight="1"
                 android:ems="10"
                 android:singleLine="true"
-                android:hint="@string/auth_username" />
+                android:hint="@string/auth_username"
+                android:inputType="textNoSuggestions" />
 
             <FrameLayout
                 android:layout_width="match_parent"
 
             <FrameLayout
                 android:layout_width="match_parent"