Set webview padding to 10dp

This commit is contained in:
Shinokuni 2019-02-09 21:29:45 +00:00
parent cac2bed15f
commit b9e19098eb
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="6dp">
android:padding="10dp">
<RelativeLayout
android:id="@+id/activity_item_details_layout"