mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00:00
fix: use password entry for OTP entry field
This commit is contained in:
parent
5659ad9863
commit
3e67280f65
@ -24,7 +24,8 @@
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/secret"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
android:layout_height="match_parent"
|
||||
android:inputType="textPassword" />
|
||||
|
||||
<requestFocus />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user