diff options
author | Halzyn | 2015-06-09 15:31:22 +0200 |
---|---|---|
committer | Halzyn | 2015-06-09 15:32:08 +0200 |
commit | 27f75bb3d622efab0ca3f76ee67d8a7fb5cfd972 (patch) | |
tree | 2dea020ea39194a12073754851663705035a8fb8 /app/src/main/res/layout/fragment_navigation_drawer.xml | |
parent | merge (diff) |
Icons, prettier hamburger menu
Diffstat (limited to 'app/src/main/res/layout/fragment_navigation_drawer.xml')
-rwxr-xr-x | app/src/main/res/layout/fragment_navigation_drawer.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/layout/fragment_navigation_drawer.xml b/app/src/main/res/layout/fragment_navigation_drawer.xml index 6b9ec1d..caa58c8 100755 --- a/app/src/main/res/layout/fragment_navigation_drawer.xml +++ b/app/src/main/res/layout/fragment_navigation_drawer.xml @@ -1,7 +1,8 @@ <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:layout_width="wrap_content"
+ android:layout_height="wrap_content"
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 + android:background="#121212"
+ tools:context="org.rssin.android.NavigationDrawerFragment" />
\ No newline at end of file |