fix for drawer width
authorAndy Scherzinger <info@andy-scherzinger.de>
Fri, 14 Aug 2015 13:40:22 +0000 (15:40 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Fri, 14 Aug 2015 13:40:22 +0000 (15:40 +0200)
res/layout/drawer.xml

index 6bad340..0008389 100644 (file)
@@ -19,7 +19,7 @@
 <merge xmlns:android="http://schemas.android.com/apk/res/android">
     <RelativeLayout
         android:id="@+id/left_drawer"
-        android:layout_width="match_parent"
+        android:layout_width="240dp"
         android:layout_height="match_parent"
         android:layout_gravity="start"
         android:gravity="center"