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=f067aad2a9748b0b754a8c1a79c4f96c825f7cc6;hb=ebee0eb99362877b173fccde3b2b26006df59ad9;hpb=27e33047e14466c84212bca02a14a7fc4ff15af8 diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index f067aad2..f912025d 100644 --- a/app/src/main/res/layout/main_framelayout.xml +++ b/app/src/main/res/layout/main_framelayout.xml @@ -48,10 +48,12 @@ android:focusable="true" android:focusableInTouchMode="true" > + + android:layout_width="match_parent" + android:theme="@style/PrivacyBrowserAppBar" > + + android:onClick="findPreviousOnPage" + app:tint="?attr/findOnPageIconTintColor" /> + + android:onClick="findNextOnPage" + app:tint="?attr/findOnPageIconTintColor" /> + + android:onClick="closeFindOnPage" + app:tint="?attr/findOnPageIconTintColor" /> @@ -146,10 +154,10 @@ android:paddingStart="10dp" android:paddingEnd="10dp" android:src="@drawable/close_day" - android:tint="?attr/addTabIconTintColor" android:background="?attr/selectableItemBackground" android:onClick="closeTab" - android:contentDescription="@string/close_tab" /> + android:contentDescription="@string/close_tab" + app:tint="?attr/addTabIconTintColor" /> + android:contentDescription="@string/add_tab" + app:tint="?attr/addTabIconTintColor" />