update tab resources

This commit is contained in:
Vadim Lopatin 2015-01-16 20:57:06 +03:00
parent e48a6be311
commit 9ff1b50721
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"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" <selector xmlns:android="http://schemas.android.com/apk/res/android">
android:constantSize="true"
android:dither="false"
android:variablePadding="false" >
<item <item
android:drawable="tab_btn_dark_up_hover" android:drawable="tab_btn_dark_up_focused_selected"
android:state_hovered="true" />
<item
android:drawable="tab_btn_dark_up_selected_focused"
android:state_selected="true" android:state_window_focused="true" /> android:state_selected="true" android:state_window_focused="true" />
<item <item
android:drawable="tab_btn_dark_up_focused" android:drawable="tab_btn_dark_up_focused"
@ -15,6 +9,9 @@
<item <item
android:drawable="tab_btn_dark_up_selected" android:drawable="tab_btn_dark_up_selected"
android:state_selected="true" /> android:state_selected="true" />
<item
android:drawable="tab_btn_dark_up_hover"
android:state_hovered="true" />
<item <item
android:drawable="tab_btn_dark_up_normal" /> android:drawable="tab_btn_dark_up_normal" />
</selector> </selector>

View File

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