summaryrefslogtreecommitdiff
path: root/bindings/Android/SWORD/app/src/main/res/layout/drawer_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/Android/SWORD/app/src/main/res/layout/drawer_main.xml')
-rw-r--r--bindings/Android/SWORD/app/src/main/res/layout/drawer_main.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/bindings/Android/SWORD/app/src/main/res/layout/drawer_main.xml b/bindings/Android/SWORD/app/src/main/res/layout/drawer_main.xml
new file mode 100644
index 0000000..7a02f93
--- /dev/null
+++ b/bindings/Android/SWORD/app/src/main/res/layout/drawer_main.xml
@@ -0,0 +1,9 @@
+<ListView 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"
+ android:background="#cccc"
+ android:choiceMode="singleChoice"
+ android:divider="@android:color/transparent"
+ android:dividerHeight="0dp"
+ tools:context="org.crosswire.android.bishop.NavigationDrawerFragment" />