update resources

This commit is contained in:
Vadim Lopatin 2015-01-16 20:59:16 +03:00
parent b3c6b5ad0c
commit c5e6f59389
7 changed files with 11 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 B

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B

After

Width:  |  Height:  |  Size: 209 B

View File

@ -1,13 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:constantSize="true"
android:dither="false"
android:variablePadding="false" >
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="tab_btn_dark_up_hover"
android:state_hovered="true" />
<item
android:drawable="tab_btn_dark_up_selected_focused"
android:drawable="tab_btn_dark_up_focused_selected"
android:state_selected="true" android:state_window_focused="true" />
<item
android:drawable="tab_btn_dark_up_focused"
@ -15,6 +9,9 @@
<item
android:drawable="tab_btn_dark_up_selected"
android:state_selected="true" />
<item
android:drawable="tab_btn_dark_up_hover"
android:state_hovered="true" />
<item
android:drawable="tab_btn_dark_up_normal" />
</selector>

View File

@ -111,12 +111,14 @@
backgroundImageId="tab_btn_dark_up"
/>
<style id="TAB_UP_BUTTON_DARK_TEXT"
textColor="#000000"
textColor="#E0E0E0"
align="Center"
>
<state state_selected="true" state_focused="true" textColor="#000000"/>
<state state_selected="true" textColor="#000000"/>
<state state_focused="true" textColor="#000000"/>
<state state_selected="true" state_window_focused="true" state_hovered="true" textColor="#800000"/>
<state state_selected="true" state_window_focused="true" textColor="#000000"/>
<state state_selected="true" textColor="#E0E0E0"/>
<state state_window_focused="true" state_hovered="true" textColor="#FFE0E0"/>
<state state_window_focused="true" textColor="#FFFFFF"/>
<state state_hovered="true" textColor="#808000"/>
</style>
<style id="TAB_UP"