Added Android code
[wl-app.git] / Android / folioreader / res / layout / horiz_separator.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout
3         xmlns:android="http://schemas.android.com/apk/res/android"
4         android:orientation="vertical"
5         android:layout_width="wrap_content"
6         android:layout_height="fill_parent">
7     <TextView android:layout_height="fill_parent"
8               android:gravity="center"
9               android:layout_width="2px"
10               android:text=" "
11               android:background="#000000"/>
12 </RelativeLayout>