X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_webview.xml;h=1269da69111f280d41700b087adb775aadf277e5;hp=d395ac594eb97088106b21018264f3b12a41d622;hb=db04c398139d9b73e664e03dc894823a0c5c6dee;hpb=33943861e32b4127a4710f9f84c749b18f9cfb96 diff --git a/app/src/main/res/layout/main_webview.xml b/app/src/main/res/layout/main_webview.xml index d395ac59..1269da69 100644 --- a/app/src/main/res/layout/main_webview.xml +++ b/app/src/main/res/layout/main_webview.xml @@ -23,8 +23,8 @@ android:id="@+id/main_webview_relativelayout" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" - android:layout_width="match_parent" android:layout_height="0dp" + android:layout_width="match_parent" android:layout_weight="1" tools:context="com.stoutner.privacybrowser.activities.MainWebViewActivity" tools:showIn="@layout/main_drawerlayout" > @@ -44,8 +44,8 @@