X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Ffree%2Fres%2Flayout%2Fmain_webview.xml;h=6013ae2901489ef5eaaac16e9d567e8a21bca95b;hp=2b878190f542403f0f64c4303871e238db6deb2b;hb=61a76e491469916f2f30aebb47b98cda7cceb557;hpb=7db44ba42c42745594e96b198be77c29c586920e diff --git a/app/src/free/res/layout/main_webview.xml b/app/src/free/res/layout/main_webview.xml index 2b878190..6013ae29 100644 --- a/app/src/free/res/layout/main_webview.xml +++ b/app/src/free/res/layout/main_webview.xml @@ -18,17 +18,18 @@ You should have received a copy of the GNU General Public License along with Privacy Browser. If not, see . --> - + + android:layout_height="0dp" + android:layout_weight="1" + tools:context="com.stoutner.privacybrowser.activities.MainWebViewActivity" + tools:showIn="@layout/drawerlayout"> @@ -52,6 +53,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:focusable="true" - android:focusableInTouchMode="true"/> + android:focusableInTouchMode="true" /> \ No newline at end of file