Added Android code
[wl-app.git] / Android / folioreader / res / layout / horiz_separator.xml
diff --git a/Android/folioreader/res/layout/horiz_separator.xml b/Android/folioreader/res/layout/horiz_separator.xml
new file mode 100755 (executable)
index 0000000..59a85b1
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout
+        xmlns:android="http://schemas.android.com/apk/res/android"
+        android:orientation="vertical"
+        android:layout_width="wrap_content"
+        android:layout_height="fill_parent">
+    <TextView android:layout_height="fill_parent"
+              android:gravity="center"
+              android:layout_width="2px"
+              android:text=" "
+              android:background="#000000"/>
+</RelativeLayout>