X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_coordinatorlayout.xml;h=5a502e8555162f6d21901b07124474e4bb72f5a5;hb=ae2ee09aa7a2afc19f5603c9bc021f98888d7b78;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..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,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