Fix search icons
This commit is contained in:
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 |
BIN
OsmAnd/res/drawable-large/tab_icon_panel_pushed_line.png
Normal file
BIN
OsmAnd/res/drawable-large/tab_icon_panel_pushed_line.png
Normal file
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 |
|
@ -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>
|
|
@ -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>
|
||||
|
|
13
OsmAnd/res/drawable/tab_icon_panel_background_pushed.xml
Normal file
13
OsmAnd/res/drawable/tab_icon_panel_background_pushed.xml
Normal 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>
|
Loading…
Reference in a new issue