Fixes webview color

This commit is contained in:
tom79 2017-09-16 17:01:51 +02:00
parent a133b8518a
commit 2c9acba270
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
android:layout_weight="1">
<WebView
android:id="@+id/webview"
android:background="@color/white"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>