Added Android code
[wl-app.git] / Android / folioreader / res / layout / fragment_highlight_list.xml
diff --git a/Android/folioreader/res/layout/fragment_highlight_list.xml b/Android/folioreader/res/layout/fragment_highlight_list.xml
new file mode 100755 (executable)
index 0000000..985754e
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:id="@+id/rv_highlights"
+    android:layout_height="match_parent" />
+