X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_framelayout.xml;h=925643b526fbfc387bd125a2ac712bfe3ab0b6e0;hb=dc05d774e7b6bc7a1903ecdbacc5b2863e180f4c;hp=9642decb6ab0fdc364ae7f35507055ed27a430ae;hpb=be5c6472390dd054ffb15593388bc103944a99e4;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index 9642decb..925643b5 100644 --- a/app/src/main/res/layout/main_framelayout.xml +++ b/app/src/main/res/layout/main_framelayout.xml @@ -20,7 +20,7 @@ - - + android.support.design:layout_scrollFlags="scroll|enterAlways|snap" /> - + + + + - - - - - - + + - - - - - - - - - - - - - + android:layout_width="wrap_content" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" + android:text="@string/zero_of_zero" /> + + + + + + + + + + + + + + @@ -157,14 +165,12 @@ android:id="@+id/swiperefreshlayout" android:layout_width="match_parent" android:layout_height="match_parent" - app:layout_behavior="@string/appbar_scrolling_view_behavior" > + android.support.design:layout_behavior="@string/appbar_scrolling_view_behavior" > - + @@ -175,9 +181,9 @@ 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" /> + android.support.design:headerLayout="@layout/navigation_header" + android.support.design:menu="@menu/webview_navigation_menu" + android.support.design:itemIconTint="?attr/navigationIconTintColor" />