Skip to content
Snippets Groups Projects
Unverified Commit 8b2644bc authored by Jan Lippert's avatar Jan Lippert Committed by GitHub
Browse files

Changed text type for tan input to textPassword (#46)

parent 5b0d0e7b
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@
<item name="android:layout_height">@dimen/submission_tan_input_edittext_size</item>
<item name="android:alpha">0</item>
<item name="android:background">@null</item>
<item name="android:inputType">text</item>
<item name="android:inputType">textPassword</item>
<item name="android:maxLength">@integer/submission_tan_length</item>
<item name="android:singleLine">true</item>
</style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment