Added Android code
[wl-app.git] / Android / folioreader / res / drawable / round_button.xml
diff --git a/Android/folioreader/res/drawable/round_button.xml b/Android/folioreader/res/drawable/round_button.xml
new file mode 100755 (executable)
index 0000000..5520446
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+    android:shape="rectangle" android:padding="10dp">
+    <!-- you can use any color you want I used here gray color-->
+    <solid android:color="@color/app_green"/>
+    <corners android:radius="10dp"/>
+</shape>
\ No newline at end of file