OsmAnd/OsmAndCore-sample/res/drawable/fab_background_style.xml

5 lines
282 B
XML
Raw Normal View History

<?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>