summaryrefslogtreecommitdiff
path: root/platform/android/res/drawable/seek_progress.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/res/drawable/seek_progress.xml')
-rw-r--r--platform/android/res/drawable/seek_progress.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/android/res/drawable/seek_progress.xml b/platform/android/res/drawable/seek_progress.xml
new file mode 100644
index 00000000..328139c2
--- /dev/null
+++ b/platform/android/res/drawable/seek_progress.xml
@@ -0,0 +1,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>