summaryrefslogtreecommitdiff
path: root/android/res/drawable/slider.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/res/drawable/slider.xml')
-rw-r--r--android/res/drawable/slider.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/android/res/drawable/slider.xml b/android/res/drawable/slider.xml
new file mode 100644
index 00000000..dfd65694
--- /dev/null
+++ b/android/res/drawable/slider.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <corners android:radius="5dp" />
+ <padding android:left="10dp"
+ android:right="10dp"
+ android:top="10dp"
+ android:bottom="10dp" />
+ <solid android:color="#CC444444" />
+</shape> \ No newline at end of file