X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_coordinatorlayout.xml;h=4016d722357d6b9ddaa767aff9f2ae0a3931776a;hb=dff8b7116c12a739b8f1136e90d107897a6e61fd;hp=0dba1f956852a28b8211221d1f93e1e8b2af5665;hpb=b8cd7cadd09a5336f1d34eb4a7d5b0a8330a0971;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/main_coordinatorlayout.xml b/app/src/main/res/layout/main_coordinatorlayout.xml index 0dba1f95..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,18 +76,18 @@ 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.--> + app:itemIconTint="@color/blue_800" /> \ No newline at end of file