Tweak navigation drawer
- make list thinner - highlight current pane - show icons in menu
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user