Browse Source

Fix magic numbers in upload_list_layout.xml #12

Divay Prakash 8 years ago
parent
commit
db3f069d1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      res/layout/upload_list_layout.xml

+ 1 - 1
res/layout/upload_list_layout.xml

@@ -41,7 +41,7 @@
 
 
     <include
     <include
         layout="@layout/drawer"
         layout="@layout/drawer"
-        android:layout_width="240dp"
+        android:layout_width="@dimen/drawer_width"
         android:layout_height="match_parent"
         android:layout_height="match_parent"
         android:layout_gravity="start"/>
         android:layout_gravity="start"/>