Fix search icons

This commit is contained in:
Victor Shcherb 2012-07-30 01:54:03 +02:00
parent 0a97499d00
commit 3c1e390e8e
6 changed files with 15 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 178 B

View file

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- <item android:drawable="@drawable/tab_icon_panel_pushed" android:state_selected="true"/> -->
<item android:drawable="@drawable/tab_icon_panel_pushed" android:state_selected="true"/>
<item android:drawable="@drawable/tab_icon_panel_background"/>
<item android:drawable="@drawable/tab_icon_panel_background_pushed" android:state_selected="true"/>
<item android:drawable="@drawable/tab_icon_panel_background" />
</selector>

View file

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<bitmap android:src="@drawable/tab_icon_panel" />
</item>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<bitmap android:src="@drawable/tab_icon_panel" />
</item>
<item>
<bitmap android:src="@drawable/tab_icon_panel_pushed" />
</item>
<item>
<bitmap android:src="@drawable/tab_icon_panel_pushed_line" />
</item>
</layer-list>