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

<shape xmlns:android="http://schemas.android.com/apk/res/android"
	android:shape="line" >
	<stroke android:width="6dp" android:color="@color/seek_progress" />
</shape>