Improve webview top margin

This commit is contained in:
Shinokuni 2019-02-19 11:46:38 +00:00
parent d0b5fa6866
commit e89eb4f0de
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/activity_item_details_layout" android:layout_below="@id/activity_item_details_layout"
android:layout_marginTop="6dp" /> android:layout_marginTop="15dp" />
</RelativeLayout> </RelativeLayout>

View File

@ -27,7 +27,7 @@
margin: 0px; margin: 0px;
} }
h1 { h1, p, div {
margin-top: 0px; margin-top: 0px;
} }