Added Android code
[wl-app.git] / Android / folioreader / res / layout / fragment_contents.xml
diff --git a/Android/folioreader/res/layout/fragment_contents.xml b/Android/folioreader/res/layout/fragment_contents.xml
new file mode 100755 (executable)
index 0000000..2760d16
--- /dev/null
@@ -0,0 +1,21 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    tools:context="com.folioreader.ui.tableofcontents.view.TableOfContentFragment">
+
+    <android.support.v7.widget.RecyclerView
+        android:id="@+id/recycler_view_menu"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:background="@android:color/white" />
+
+    <TextView
+        android:id="@+id/tv_error"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:gravity="center"
+        android:textSize="23sp"
+        android:textStyle="bold"
+        android:visibility="gone" />
+</RelativeLayout>