Added Android code
[wl-app.git] / Android / folioreader / res / drawable / thumb.xml
diff --git a/Android/folioreader/res/drawable/thumb.xml b/Android/folioreader/res/drawable/thumb.xml
new file mode 100755 (executable)
index 0000000..17f8bff
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+       android:shape="oval">
+
+    <size android:height="8dp"
+          android:width="8dp"/>
+
+    <corners android:radius="12dp"/>
+
+    <solid android:color="@color/app_green"/>
+
+</shape>  
\ No newline at end of file