mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-19 12:29:56 +01:00
Add password toggle for password field in add account activity
This commit is contained in:
parent
f574ccfd16
commit
179832f80d
@ -84,7 +84,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/add_account_login_layout"
|
||||
android:layout_marginTop="12dp"
|
||||
android:hint="@string/password">
|
||||
android:hint="@string/password"
|
||||
app:passwordToggleEnabled="true"
|
||||
app:passwordToggleTintMode="src_atop">
|
||||
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/add_account_password"
|
||||
|
Loading…
Reference in New Issue
Block a user