forked from organicmaps/organicmaps
[AND] Colors and eyes update.
This commit is contained in:
parent
0abb60d739
commit
ed79e6c2e8
10 changed files with 3 additions and 3 deletions
android/res
drawable-hdpi
drawable-mdpi
drawable-xhdpi
drawable-xxhdpi
drawable
values
BIN
android/res/drawable-hdpi/ic_eye_normal.png
Normal file
BIN
android/res/drawable-hdpi/ic_eye_normal.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.8 KiB |
BIN
android/res/drawable-hdpi/ic_eye_pressed.png
Normal file
BIN
android/res/drawable-hdpi/ic_eye_pressed.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.8 KiB |
BIN
android/res/drawable-mdpi/ic_eye_normal.png
Normal file
BIN
android/res/drawable-mdpi/ic_eye_normal.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.4 KiB |
BIN
android/res/drawable-mdpi/ic_eye_pressed.png
Normal file
BIN
android/res/drawable-mdpi/ic_eye_pressed.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.4 KiB |
BIN
android/res/drawable-xhdpi/ic_eye_normal.png
Normal file
BIN
android/res/drawable-xhdpi/ic_eye_normal.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.1 KiB |
BIN
android/res/drawable-xhdpi/ic_eye_pressed.png
Normal file
BIN
android/res/drawable-xhdpi/ic_eye_pressed.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.1 KiB |
BIN
android/res/drawable-xxhdpi/ic_eye_normal.png
Normal file
BIN
android/res/drawable-xxhdpi/ic_eye_normal.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.9 KiB |
BIN
android/res/drawable-xxhdpi/ic_eye_pressed.png
Normal file
BIN
android/res/drawable-xxhdpi/ic_eye_pressed.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.9 KiB |
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:state_checked="true"
|
||||
android:drawable="@drawable/eye_on" />
|
||||
<item android:drawable="@drawable/eye_off" />
|
||||
android:drawable="@drawable/ic_eye_pressed" />
|
||||
<item android:drawable="@drawable/ic_eye_normal" />
|
||||
</selector>
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="background_placepage">#ECECEC</color>
|
||||
<color name="base_green">#66CC33</color>
|
||||
<color name="base_green">#4CD950</color>
|
||||
<color name="text_primary">#333333</color>
|
||||
<color name="text_seconadary">#999999</color>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue