X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_coordinatorlayout.xml;h=5a502e8555162f6d21901b07124474e4bb72f5a5;hb=ae2ee09aa7a2afc19f5603c9bc021f98888d7b78;hp=b0d9c1f2a257b6eb96cfb447f9b762576e3cd011;hpb=b36f8bd357e28072bd7c810bb3ae47e4e0b20acc;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/main_coordinatorlayout.xml b/app/src/main/res/layout/main_coordinatorlayout.xml index b0d9c1f2..5a502e85 100644 --- a/app/src/main/res/layout/main_coordinatorlayout.xml +++ b/app/src/main/res/layout/main_coordinatorlayout.xml @@ -33,31 +33,39 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" - tools:context="com.stoutner.privacybrowser.MainWebViewActivity" - android:layout_width="match_parent" + tools:context="com.stoutner.privacybrowser.activities.MainWebView" android:layout_height="match_parent" + android:layout_width="match_parent" android:fitsSystemWindows="true" android:focusable="true" android:focusableInTouchMode="true" > + android:layout_width="match_parent" + android:orientation="vertical" > - + + android:layout_width="match_parent" > + + + + + @@ -68,16 +76,16 @@ The `FrameLayout` needs to be before the `NavigationView` or touches on the navigation drawer will not work after exiting full screen video using the back button.-->