From 58e48c634b7b0bfbdc2170b5b42bb7f1890b8b74 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Wed, 4 Dec 2013 16:00:14 -0500 Subject: [PATCH] Make secret entry use capital characters --- res/layout/manual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/manual.xml b/res/layout/manual.xml index 3ab8420..61e32d7 100644 --- a/res/layout/manual.xml +++ b/res/layout/manual.xml @@ -85,7 +85,7 @@ android:layout_height="match_parent" android:layout_weight="1" android:digits="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ234567=" - android:inputType="textVisiblePassword|textNoSuggestions" + android:inputType="textVisiblePassword|textCapCharacters|textNoSuggestions" android:hint="(Base32 encoded)" android:textAppearance="?android:attr/textAppearanceSmall" /> -- 2.43.2