Added Android code
[wl-app.git] / Android / folioreader / res / drawable / thumb.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <shape xmlns:android="http://schemas.android.com/apk/res/android"
3        android:shape="oval">
4
5     <size android:height="8dp"
6           android:width="8dp"/>
7
8     <corners android:radius="12dp"/>
9
10     <solid android:color="@color/app_green"/>
11
12 </shape>