Browse Source

Fix magic numbers in preview_image_activity.xml #12

Divay Prakash 8 năm trước cách đây
mục cha
commit
7fe5e744eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      res/layout/preview_image_activity.xml

+ 1 - 1
res/layout/preview_image_activity.xml

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