Browse Source

fix for drawer width

Andy Scherzinger 9 years ago
parent
commit
9d08a3f306
1 changed files with 1 additions and 1 deletions
  1. 1 1
      res/layout/drawer.xml

+ 1 - 1
res/layout/drawer.xml

@@ -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"