浏览代码

Fix magic numbers in upload_list_layout.xml #12

Divay Prakash 8 年之前
父节点
当前提交
db3f069d1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      res/layout/upload_list_layout.xml

+ 1 - 1
res/layout/upload_list_layout.xml

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