aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/visibility_toggle_drawable.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-15 21:28:30 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-15 21:28:30 +0100
commit4d5754ac5ddbe0f02f8afd8b5b9a0bae4bfc633d (patch)
treefaabd510a99a684fa46db9302ec4045fd97d05ef /src/main/res/drawable/visibility_toggle_drawable.xml
parent1bfaacc66fd3ba1640a5d09a9b27a47df89bc99d (diff)
Change ShowHidePasswordEditText to TextInputEditText.
change the input fields in the AccountActivity to use the TextInputLayout.
Diffstat (limited to '')
-rw-r--r--src/main/res/drawable/visibility_toggle_drawable.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/drawable/visibility_toggle_drawable.xml b/src/main/res/drawable/visibility_toggle_drawable.xml
new file mode 100644
index 000000000..9c887e7e9
--- /dev/null
+++ b/src/main/res/drawable/visibility_toggle_drawable.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@drawable/ic_visibility" android:state_checked="true" />
+ <item android:drawable="@drawable/ic_visibility_off" android:state_checked="false" />
+</selector> \ No newline at end of file