X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_framelayout.xml;h=f912025de1da27d4800cd99316370ffcb9bedb78;hp=cfd7f4eb224c7d6af3575a95bd0c1a93e243df48;hb=f4126c24a54f9af846371bb1515e072a818060c1;hpb=8a72caf321663f9549997695af01d89db45fe7d1 diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index cfd7f4eb..f912025d 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,22 @@ android:focusable="true" android:focusableInTouchMode="true" > - + + android:theme="@style/PrivacyBrowserAppBar" > + + android:visibility="gone" + app:layout_scrollFlags="scroll|enterAlways|snap" /> - + + + android:onClick="findPreviousOnPage" + app:tint="?attr/findOnPageIconTintColor" /> + + android:onClick="findNextOnPage" + app:tint="?attr/findOnPageIconTintColor" /> + + android:onClick="closeFindOnPage" + app:tint="?attr/findOnPageIconTintColor" /> + + android:visibility="gone" + app:layout_scrollFlags="scroll|enterAlways|snap" > + + android:contentDescription="@string/close_tab" + app:tint="?attr/addTabIconTintColor" /> + + android:contentDescription="@string/add_tab" + app:tint="?attr/addTabIconTintColor" /> @@ -194,7 +203,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 +236,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