diff --git a/android/res/drawable-hdpi/ic_eye_normal.png b/android/res/drawable-hdpi/ic_eye_normal.png new file mode 100644 index 0000000000..aa557ef24c Binary files /dev/null and b/android/res/drawable-hdpi/ic_eye_normal.png differ diff --git a/android/res/drawable-hdpi/ic_eye_pressed.png b/android/res/drawable-hdpi/ic_eye_pressed.png new file mode 100644 index 0000000000..d2205dd405 Binary files /dev/null and b/android/res/drawable-hdpi/ic_eye_pressed.png differ diff --git a/android/res/drawable-mdpi/ic_eye_normal.png b/android/res/drawable-mdpi/ic_eye_normal.png new file mode 100644 index 0000000000..30c2ec57c1 Binary files /dev/null and b/android/res/drawable-mdpi/ic_eye_normal.png differ diff --git a/android/res/drawable-mdpi/ic_eye_pressed.png b/android/res/drawable-mdpi/ic_eye_pressed.png new file mode 100644 index 0000000000..c39806baa8 Binary files /dev/null and b/android/res/drawable-mdpi/ic_eye_pressed.png differ diff --git a/android/res/drawable-xhdpi/ic_eye_normal.png b/android/res/drawable-xhdpi/ic_eye_normal.png new file mode 100644 index 0000000000..051678605b Binary files /dev/null and b/android/res/drawable-xhdpi/ic_eye_normal.png differ diff --git a/android/res/drawable-xhdpi/ic_eye_pressed.png b/android/res/drawable-xhdpi/ic_eye_pressed.png new file mode 100644 index 0000000000..0f745c794b Binary files /dev/null and b/android/res/drawable-xhdpi/ic_eye_pressed.png differ diff --git a/android/res/drawable-xxhdpi/ic_eye_normal.png b/android/res/drawable-xxhdpi/ic_eye_normal.png new file mode 100644 index 0000000000..30ec1156b9 Binary files /dev/null and b/android/res/drawable-xxhdpi/ic_eye_normal.png differ diff --git a/android/res/drawable-xxhdpi/ic_eye_pressed.png b/android/res/drawable-xxhdpi/ic_eye_pressed.png new file mode 100644 index 0000000000..d0516acdb7 Binary files /dev/null and b/android/res/drawable-xxhdpi/ic_eye_pressed.png differ diff --git a/android/res/drawable/eye.xml b/android/res/drawable/eye.xml index 9623aed5e0..73067460bf 100644 --- a/android/res/drawable/eye.xml +++ b/android/res/drawable/eye.xml @@ -1,6 +1,6 @@ - + android:drawable="@drawable/ic_eye_pressed" /> + \ No newline at end of file diff --git a/android/res/values/colors.xml b/android/res/values/colors.xml index 252afde80d..fcd0d69108 100644 --- a/android/res/values/colors.xml +++ b/android/res/values/colors.xml @@ -1,7 +1,7 @@ #ECECEC - #66CC33 + #4CD950 #333333 #999999