X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_framelayout.xml;h=3711e7245a7d6913d08dba60639dee543f8d9df1;hb=9cb208c1f5c7a905f787f4ec4795a92e72195fba;hp=3057c9220f4c7f82817ce313b662b3d19d251dbe;hpb=fa3b8b382eb5ed86c598e3b126d1ef5dd117c5be;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index 3057c922..3711e724 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,55 +48,29 @@ android:focusable="true" android:focusableInTouchMode="true" > - + + android:theme="@style/ThemeOverlay.AppCompat.DayNight.ActionBar" > + - - - - - - - - - - - - + + 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" /> + + + + + + + + + + + + @@ -168,7 +189,7 @@ android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior" > - @@ -182,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" /> @@ -190,10 +210,36 @@ - + + + + + + + + + \ No newline at end of file