OsmAnd/OsmAnd/res/drawable/later_button_drawable.xml
2015-10-22 12:45:00 +03:00

5 lines
No EOL
288 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/later_button_drawable_pressed" android:state_pressed="true"/>
<item android:drawable="@drawable/later_button_drawable_idle"/>
</selector>