Fix magic numbers in preview_image_activity.xml #12

This commit is contained in:
Divay Prakash 2016-10-07 06:59:22 +05:30
parent ce9df17acc
commit 7fe5e744eb
No known key found for this signature in database
GPG key ID: 81365216092AA888

View file

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