OsmAnd/OsmAnd/res/drawable/fab_background_style.xml
Alexey Kulish 6c0d8e8f97 Fix
2015-10-21 15:59:27 +03:00

5 lines
No EOL
282 B
XML

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