Added Android code
[wl-app.git] / Android / folioreader / res / drawable / dottet_line.xml
diff --git a/Android/folioreader/res/drawable/dottet_line.xml b/Android/folioreader/res/drawable/dottet_line.xml
new file mode 100755 (executable)
index 0000000..da836b1
--- /dev/null
@@ -0,0 +1,14 @@
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
+    <item>
+        <shape android:shape="line">
+            <solid android:color="#ffffff" />
+            <stroke
+                android:dashGap="5dp"
+                android:dashWidth="5dp"
+                android:width="1dp"
+                android:color="@color/black" />
+            <!--<padding
+                android:top="35dp" />-->
+        </shape>
+    </item>
+</layer-list>
\ No newline at end of file