X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_framelayout.xml;h=f067aad2a9748b0b754a8c1a79c4f96c825f7cc6;hb=27e33047e14466c84212bca02a14a7fc4ff15af8;hp=7f37a1a7acc858d22a6533b92558a659b00f6286;hpb=bb6f81978d4fdf732b3becc0dd2c055bad5f85d5;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index 7f37a1a7..f067aad2 100644 --- a/app/src/main/res/layout/main_framelayout.xml +++ b/app/src/main/res/layout/main_framelayout.xml @@ -1,7 +1,7 @@ + + android:layout_width="match_parent" > @@ -51,21 +48,20 @@ android:focusable="true" android:focusableInTouchMode="true" > - + android:layout_width="match_parent" > + + android:visibility="gone" + app:layout_scrollFlags="scroll|enterAlways|snap" /> - + + + android:visibility="gone" + app:layout_scrollFlags="scroll|enterAlways|snap" > + @@ -160,14 +159,16 @@ app:tabIndicatorGravity="top" app:tabMode="scrollable" /> + @@ -194,7 +195,6 @@ android:layout_height="match_parent" android:layout_width="wrap_content" android:layout_gravity="start" - app:headerLayout="@layout/navigation_header" app:menu="@menu/webview_navigation_menu" app:itemIconTint="?attr/navigationIconTintColor" /> @@ -231,6 +231,7 @@ android:layout_centerHorizontal="true" android:layout_margin="10dp" android:textSize="16sp" - android:textColor="?android:textColorPrimary" /> + android:textAlignment="center" + android:textColor="?android:attr/textColorPrimary" /> \ No newline at end of file