]> 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 0c20a55d9d97f73d698163ff1ed270f8e9c8d26d..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>.
 
@@ -16,7 +16,7 @@
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <LinearLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
@@ -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>