summaryrefslogtreecommitdiff
path: root/platform/android/res/drawable/seek_thumb.xml
blob: e3a9bad486f2d6160262e5111a135e8276ddbb75 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>

<shape xmlns:android="http://schemas.android.com/apk/res/android"
	android:shape="oval" >
	<size android:width="28dp" android:height="28dp" />
	<solid android:color="@color/seek_thumb" />
</shape>