Added Android code
[wl-app.git] / Android / folioreader / res / layout / row_table_of_contents.xml
diff --git a/Android/folioreader/res/layout/row_table_of_contents.xml b/Android/folioreader/res/layout/row_table_of_contents.xml
new file mode 100755 (executable)
index 0000000..435b53c
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout android:id="@+id/container"
+              xmlns:android="http://schemas.android.com/apk/res/android"
+              xmlns:app="http://schemas.android.com/apk/res-auto"
+              android:layout_width="match_parent"
+              android:layout_height="wrap_content"
+              android:gravity="center_vertical"
+              android:orientation="horizontal"
+              android:padding="5dp">
+
+    <ImageView
+        android:id="@+id/children"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:paddingStart="5dp"
+        android:paddingEnd="10dp"/>
+
+    <com.folioreader.util.StyleableTextView
+        android:id="@+id/section_title"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        app:folio_font="SanFranciscoText-Regular.otf"/>
+</LinearLayout>
\ No newline at end of file