add no suggestion in horizontal mode in account setup activity
authorBartek Przybylski <bart.p.pl@gmail.com>
Mon, 8 Oct 2012 16:31:02 +0000 (18:31 +0200)
committerBartek Przybylski <bart.p.pl@gmail.com>
Mon, 8 Oct 2012 16:31:02 +0000 (18:31 +0200)
res/layout-land/account_setup.xml
res/layout/account_setup.xml

index b394f2e..34ac31d 100644 (file)
@@ -64,8 +64,8 @@
                         android:layout_weight="1"
                         android:ems="10"
                         android:hint="@string/auth_host_url"
-                        android:singleLine="true" >
-
+                        android:singleLine="true"
+                        android:inputType="textNoSuggestions">
                         <requestFocus />
                     </EditText>
 
index c484271..e56c117 100644 (file)
@@ -17,7 +17,6 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
 -->
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:oc="http://schemas.android.com/apk/res/com.owncloud.android"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
     android:focusable="true"
@@ -60,8 +59,8 @@
                     android:layout_weight="1"
                     android:ems="10"
                     android:hint="@string/auth_host_url"
-                    android:singleLine="true" >
-
+                    android:singleLine="true"
+                    android:inputType="textNoSuggestions" >
                     <requestFocus />
                 </EditText>