jamfish/app/src/main/res/drawable/rect_selected.xml
2015-02-15 14:44:45 +01:00

5 lines
No EOL
197 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/button_selected" />
</shape>