X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_framelayout.xml;h=61a196ee4ba9693f01f3fbd5a75bb3681c902aeb;hb=d277b46fdd35b734dcace8c20ee9db431d2aa1da;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..61a196ee 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: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 +201,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 +237,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