forked from organicmaps/organicmaps
[android] change state list drawable for zoom buttons
This commit is contained in:
parent
7853e37a0b
commit
29e82380d5
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:state_selected="true"
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/ic_zoom_in_highlighted" />
|
||||
<item android:drawable="@drawable/ic_zoom_in" />
|
||||
</selector>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:state_selected="true"
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/ic_zoom_out_highlighted" />
|
||||
<item android:drawable="@drawable/ic_zoom_out" />
|
||||
</selector>
|
Loading…
Add table
Reference in a new issue