浏览代码

dont suggest username in account setup screen

Bartek Przybylski 12 年之前
父节点
当前提交
826c7405f6
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      res/layout-land/account_setup.xml
  2. 2 1
      res/layout/account_setup.xml

+ 2 - 1
res/layout-land/account_setup.xml

@@ -115,7 +115,8 @@
                     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"

+ 2 - 1
res/layout/account_setup.xml

@@ -113,7 +113,8 @@
                 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"