From 84b32a046c7a85a0f094fcf366e1a131e2bbb732 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 10 Jun 2015 11:02:10 +0200 Subject: Fix ConcurrentModificationException; cleaner drawer layout --- app/src/main/res/layout/item_navigation_drawer.xml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_navigation_drawer.xml b/app/src/main/res/layout/item_navigation_drawer.xml index 6555bb3..7adc547 100755 --- a/app/src/main/res/layout/item_navigation_drawer.xml +++ b/app/src/main/res/layout/item_navigation_drawer.xml @@ -8,23 +8,14 @@ android:orientation="vertical" android:layout_marginTop="0dp" - android:background="#121212" - > + android:background="#121212"> - - - - + android:layout_margin="10dp" + android:textAppearance="?android:attr/textAppearanceMedium" + android:textColor="#FFFFFF"/> \ No newline at end of file -- cgit v1.2.3