Эх сурвалжийг харах

Fix magic numbers in upload_list_layout.xml #12

Divay Prakash 8 жил өмнө
parent
commit
db3f069d1e

+ 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"/>