Tweak navigation drawer

- make list thinner
- highlight current pane
- show icons in menu
This commit is contained in:
fkloft
2013-09-22 21:27:38 +02:00
parent b83b6a56f8
commit 358c809d07
3 changed files with 39 additions and 3 deletions

View File

@ -18,11 +18,10 @@
android:src="@drawable/iitc"/>
<!-- The navigation drawer -->
<!-- TODO: change color/width? -->
<ListView
android:id="@+id/left_drawer"
android:layout_width="240dp"
android:layout_width="180dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:background="#111"