X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_framelayout.xml;h=f067aad2a9748b0b754a8c1a79c4f96c825f7cc6;hb=27e33047e14466c84212bca02a14a7fc4ff15af8;hp=cfd7f4eb224c7d6af3575a95bd0c1a93e243df48;hpb=8a72caf321663f9549997695af01d89db45fe7d1;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index cfd7f4eb..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" /> @@ -228,6 +228,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/privacy_browser_logo" - android:layout_centerHorizontal="true" /> + android:layout_centerHorizontal="true" + android:layout_margin="10dp" + android:textSize="16sp" + android:textAlignment="center" + android:textColor="?android:attr/textColorPrimary" /> \ No newline at end of file