From 2cbe37a3048723b953cfad40ac24ea1bd512d343 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Wed, 4 Dec 2013 15:59:38 -0500 Subject: [PATCH] Disable suggestions for issuer, label and secret fields --- res/layout/manual.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/layout/manual.xml b/res/layout/manual.xml index 145d32b..3ab8420 100644 --- a/res/layout/manual.xml +++ b/res/layout/manual.xml @@ -42,6 +42,7 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" + android:inputType="textNoSuggestions" android:hint="jdoe@example.com" android:textAppearance="?android:attr/textAppearanceSmallInverse" /> @@ -62,6 +63,7 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" + android:inputType="textNoSuggestions" android:hint="18c5d06cfcbd4927" android:textAppearance="?android:attr/textAppearanceSmallInverse" /> @@ -83,6 +85,7 @@ android:layout_height="match_parent" android:layout_weight="1" android:digits="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ234567=" + android:inputType="textVisiblePassword|textNoSuggestions" android:hint="(Base32 encoded)" android:textAppearance="?android:attr/textAppearanceSmall" /> -- 2.43.2