Added Android code
[wl-app.git] / Android / folioreader / res / drawable / dottet_line.xml
1 <layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
2     <item>
3         <shape android:shape="line">
4             <solid android:color="#ffffff" />
5             <stroke
6                 android:dashGap="5dp"
7                 android:dashWidth="5dp"
8                 android:width="1dp"
9                 android:color="@color/black" />
10             <!--<padding
11                 android:top="35dp" />-->
12         </shape>
13     </item>
14 </layer-list>