X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=res%2Flayout%2Fmanual.xml;h=61e32d75bc81aea114594846419c1bffbd702c67;hb=58e48c634b7b0bfbdc2170b5b42bb7f1890b8b74;hp=145d32bc32b41be91cf427db29bfc1c52094bfb4;hpb=7e05ee11ff86b939a2c409802151358d777f4417;p=~andy%2Ffreeotp diff --git a/res/layout/manual.xml b/res/layout/manual.xml index 145d32b..61e32d7 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|textCapCharacters|textNoSuggestions" android:hint="(Base32 encoded)" android:textAppearance="?android:attr/textAppearanceSmall" />