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=925643b526fbfc387bd125a2ac712bfe3ab0b6e0;hb=771125363f79df7b3a6b85321a08c7c201b54661;hpb=16c71df36aa4c1a82d4afdb040758902049e4cb0 diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index 925643b5..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,27 +48,29 @@ android:focusable="true" android:focusableInTouchMode="true" > - + + android:theme="@style/PrivacyBrowserAppBar" > + + android:visibility="gone" + app:layout_scrollFlags="scroll|enterAlways|snap" /> - + + 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" > + + + + app:tabIndicatorGravity="top" + app:tabMode="scrollable" /> + + android:contentDescription="@string/add_tab" + app:tint="?attr/addTabIconTintColor" /> @@ -165,9 +187,9 @@ android:id="@+id/swiperefreshlayout" android:layout_width="match_parent" android:layout_height="match_parent" - android.support.design:layout_behavior="@string/appbar_scrolling_view_behavior" > + app:layout_behavior="@string/appbar_scrolling_view_behavior" > - @@ -181,18 +203,43 @@ android:layout_height="match_parent" android:layout_width="wrap_content" android:layout_gravity="start" - android.support.design:headerLayout="@layout/navigation_header" - android.support.design:menu="@menu/webview_navigation_menu" - android.support.design:itemIconTint="?attr/navigationIconTintColor" /> + app:menu="@menu/webview_navigation_menu" + app:itemIconTint="?attr/navigationIconTintColor" /> - + + + + + + + + + \ No newline at end of file