]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/layout/webview_dialog.xml
Release 1.10.
[PrivacyCell.git] / app / src / main / res / layout / webview_dialog.xml
index d585bb031261cb96077f84e7cd05ebe0dc37c20f..1730b445472af2d159bb10a33066880a7749e285 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2021-2022 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
@@ -29,6 +29,6 @@
 
     <WebView
         android:id="@+id/webview"
-        android:layout_height="wrap_content"
-        android:layout_width="wrap_content" />
-</LinearLayout>
\ No newline at end of file
+        android:layout_height="match_parent"
+        android:layout_width="match_parent" />
+</LinearLayout>