mirror of https://github.com/readrops/Readrops.git
Set webview padding to 10dp
This commit is contained in:
parent
cac2bed15f
commit
b9e19098eb
|
@ -53,7 +53,7 @@
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="6dp">
|
android:padding="10dp">
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/activity_item_details_layout"
|
android:id="@+id/activity_item_details_layout"
|
||||||
|
|
Loading…
Reference in New Issue