Add password toggle for password field in add account activity

This commit is contained in:
Shinokuni 2019-07-07 15:14:59 +02:00
parent f574ccfd16
commit 179832f80d
1 changed files with 3 additions and 1 deletions

View File

@ -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"