X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_framelayout.xml;h=b04c6bc86641f9de7c42d567a3a1c404a0cac63c;hp=9642decb6ab0fdc364ae7f35507055ed27a430ae;hb=84989e138cb593d5a2f70be848db4889aaa8da88;hpb=dcd456906d7611bfdb35b0421b03405947b3edf3 diff --git a/app/src/main/res/layout/main_framelayout.xml b/app/src/main/res/layout/main_framelayout.xml index 9642decb..b04c6bc8 100644 --- a/app/src/main/res/layout/main_framelayout.xml +++ b/app/src/main/res/layout/main_framelayout.xml @@ -57,99 +57,107 @@ android:layout_width="match_parent" android:theme="@style/PrivacyBrowserAppBarLight" > - - - - + app:layout_scrollFlags="scroll|enterAlways|snap" /> - - + - + android:layout_width="wrap_content" + android:orientation="horizontal" > - - - - + app:tabMode="scrollable" /> + android:paddingStart="15dp" + android:paddingEnd="15dp" + android:src="@drawable/add_light" + android:tint="@color/gray_700" + android:onClick="addTab" + android:contentDescription="@string/add_tab" /> + + - + + - - - + + + + + + + + + + + @@ -159,12 +167,30 @@ android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior" > - + + android:layout_height="match_parent"> + + + + + +