Fix magic numbers in file_preview.xml #12

This commit is contained in:
Divay Prakash 2016-10-07 06:13:03 +05:30
parent 028b934c0b
commit 8ada1d18b7
No known key found for this signature in database
GPG key ID: 81365216092AA888

View file

@ -58,7 +58,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_margin="16dp"
android:layout_margin="@dimen/standard_margin"
/>
</RelativeLayout>