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