X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_framelayout.xml;h=419aed34e22aad8b30443023242d119a9cab9e43;hp=20dfc9bf52a9b5a300b7fbca5be4c70338e21400;hb=74655c0cd0ba72c80ac6c48df55bc3d2f5280ad2;hpb=fd2c21ea8241dce9c86a3213b9b9e325d5e7ce4a diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index 20dfc9bf..419aed34 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,52 +48,27 @@ android:focusable="true" android:focusableInTouchMode="true" > - + android:layout_width="match_parent" > + - - - - - - - + android:visibility="gone" + app:layout_scrollFlags="scroll|enterAlways|snap" /> - + + android:visibility="gone" + app:layout_scrollFlags="scroll|enterAlways|snap" > + + + + + + + + + + + + @@ -163,9 +179,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" > - @@ -179,18 +195,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