[AND] Colors and eyes update.

This commit is contained in:
Dmitry Kunin 2013-12-06 18:46:25 +03:00 committed by Alex Zolotarev
parent 0abb60d739
commit ed79e6c2e8
10 changed files with 3 additions and 3 deletions

Binary file not shown.

After

(image error) Size: 1.8 KiB

Binary file not shown.

After

(image error) Size: 1.8 KiB

Binary file not shown.

After

(image error) Size: 1.4 KiB

Binary file not shown.

After

(image error) Size: 1.4 KiB

Binary file not shown.

After

(image error) Size: 2.1 KiB

Binary file not shown.

After

(image error) Size: 2.1 KiB

Binary file not shown.

After

(image error) Size: 2.9 KiB

Binary file not shown.

After

(image error) Size: 2.9 KiB

View file

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

View file

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