]> Pileus Git - ~andy/freeotp/blobdiff - res/layout/manual.xml
Make secret entry use capital characters
[~andy/freeotp] / res / layout / manual.xml
index 3ab84209a742233d71803c00c0a34810dd6be323..61e32d75bc81aea114594846419c1bffbd702c67 100644 (file)
@@ -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" />
         </TableRow>