Added Android code
[wl-app.git] / Android / folioreader / res / layout / row_font.xml
diff --git a/Android/folioreader/res/layout/row_font.xml b/Android/folioreader/res/layout/row_font.xml
new file mode 100755 (executable)
index 0000000..8f7783c
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+          android:id="@+id/name"
+          android:layout_width="wrap_content"
+          android:layout_height="match_parent"
+          android:textSize="24sp"
+          android:gravity="center_vertical"
+          android:padding="16dp"/>
\ No newline at end of file