aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_navigation_drawer.xml
diff options
context:
space:
mode:
authorSize432015-06-03 12:36:04 +0200
committerSize432015-06-03 12:36:04 +0200
commit0b5a12e523d90b3721d1b310283dff655dcccee5 (patch)
tree3972b88a11f96c56a2f051ad7f67a1f3cf8b7952 /app/src/main/res/layout/fragment_navigation_drawer.xml
parentStrings.xml (diff)
parentError handling ArticleActivity (diff)
merge
Diffstat (limited to 'app/src/main/res/layout/fragment_navigation_drawer.xml')
-rwxr-xr-xapp/src/main/res/layout/fragment_navigation_drawer.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_navigation_drawer.xml b/app/src/main/res/layout/fragment_navigation_drawer.xml
new file mode 100755
index 0000000..6b9ec1d
--- /dev/null
+++ b/app/src/main/res/layout/fragment_navigation_drawer.xml
@@ -0,0 +1,7 @@
+<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:choiceMode="singleChoice"
+ android:divider="@android:color/transparent" android:dividerHeight="0dp"
+ android:background="#cccc" tools:context="org.rssin.android.NavigationDrawerFragment" /> \ No newline at end of file