X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=sidebyside;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_coordinatorlayout.xml;h=4016d722357d6b9ddaa767aff9f2ae0a3931776a;hb=dff8b7116c12a739b8f1136e90d107897a6e61fd;hp=b0d9c1f2a257b6eb96cfb447f9b762576e3cd011;hpb=c53f7f40ba3e031ad6d0eb7ccec25e79911819c2;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..4016d722 100644 --- a/app/src/main/res/layout/main_coordinatorlayout.xml +++ b/app/src/main/res/layout/main_coordinatorlayout.xml @@ -34,30 +34,38 @@ 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" 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.-->