X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_framelayout.xml;h=20dfc9bf52a9b5a300b7fbca5be4c70338e21400;hp=3057c9220f4c7f82817ce313b662b3d19d251dbe;hb=fd2c21ea8241dce9c86a3213b9b9e325d5e7ce4a;hpb=fa3b8b382eb5ed86c598e3b126d1ef5dd117c5be diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index 3057c922..20dfc9bf 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:orientation="horizontal" + android.support.design:layout_scrollFlags="scroll|enterAlways|snap" > + + - - - - - - - - + android:layout_gravity="center_vertical" + android:paddingStart="10dp" + android:paddingEnd="10dp" + android:src="@drawable/add_light" + android:tint="?attr/addTabIconTintColor" + android:onClick="addTab" + android:contentDescription="@string/add_tab" /> + + android.support.design:layout_behavior="@string/appbar_scrolling_view_behavior" > + android.support.design:headerLayout="@layout/navigation_header" + android.support.design:menu="@menu/webview_navigation_menu" + android.support.design:itemIconTint="?attr/navigationIconTintColor" />