X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_framelayout.xml;h=cfd7f4eb224c7d6af3575a95bd0c1a93e243df48;hp=a5ed4bf8289c6b61a9d06319cdb313a3b9a4f764;hb=8a72caf321663f9549997695af01d89db45fe7d1;hpb=1a9be53186a8a4f16017c6dcc1f2f1e85289358e diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index a5ed4bf8..cfd7f4eb 100644 --- a/app/src/main/res/layout/main_framelayout.xml +++ b/app/src/main/res/layout/main_framelayout.xml @@ -20,7 +20,7 @@ @@ -61,33 +62,8 @@ android:id="@+id/toolbar" android:layout_height="wrap_content" android:layout_width="match_parent" - android.support.design:layout_scrollFlags="scroll|enterAlways|snap" /> - - - - - - - + app:layout_scrollFlags="scroll|enterAlways|snap" + android:visibility="gone" /> + android:visibility="gone" + app:layout_scrollFlags="scroll|enterAlways|snap" > + + + + + + + + + @@ -162,9 +178,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" > - @@ -178,18 +194,40 @@ 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:headerLayout="@layout/navigation_header" + app:menu="@menu/webview_navigation_menu" + app:itemIconTint="?attr/navigationIconTintColor" /> - + + + + + + + + + \ No newline at end of file