OsmAnd/OsmAndCore-sample/res/drawable/fab_background_style.xml
2016-11-16 18:57:43 +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>