bashgid/android/res/drawable/img_tourist4_highlighted.xml
2014-11-05 05:00:15 +00:00

8 lines
266 B
XML

<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/img_tourist4"/>
<item>
<shape>
<solid android:color="@color/button_highlighted" />
</shape>
</item>
</layer-list>