jamfish/app/src/main/res/drawable/slider_thumb.xml
2015-03-05 16:07:40 +01:00

8 lines
No EOL
277 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<size
android:height="16dp"
android:width="16dp"/>
<solid
android:color="@color/materialmusic_accent_color"/>
</shape>