소스 검색

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"