diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-02-08 12:28:31 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-02-08 12:28:31 +0100 |
commit | 55e71482bc2bca34131e078b00611dc3822cdb28 (patch) | |
tree | 2eaa382dbcca14e92f34c6bae087bcb86e3d57bf | |
parent | adc02102534337b5614ca9a90e48d55079e321d7 (diff) |
show "show password icon" in activity_change_password
-rw-r--r-- | src/main/res/layout/activity_change_password.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_change_password.xml b/src/main/res/layout/activity_change_password.xml index ee2726431..1b0768d12 100644 --- a/src/main/res/layout/activity_change_password.xml +++ b/src/main/res/layout/activity_change_password.xml @@ -67,7 +67,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" - android:hint="@string/new_password" /> + android:hint="@string/new_password" + android:inputType="textPassword" /> </android.support.design.widget.TextInputLayout> </LinearLayout> </android.support.v7.widget.CardView> |