X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_framelayout_bottom_appbar.xml;h=e78bcc306c7887c72bded25c077f8ea610e36114;hp=98e16b671acf0b75d8b0a3f48bb7ee6854439e8a;hb=c906043ffe9b4d139e8d851e581a0eb46b935e42;hpb=392f2726cd21539c5ec89e0d09d2e7d7922bebad diff --git a/app/src/main/res/layout/main_framelayout_bottom_appbar.xml b/app/src/main/res/layout/main_framelayout_bottom_appbar.xml index 98e16b67..e78bcc30 100644 --- a/app/src/main/res/layout/main_framelayout_bottom_appbar.xml +++ b/app/src/main/res/layout/main_framelayout_bottom_appbar.xml @@ -31,175 +31,166 @@ android:layout_height="match_parent" android:layout_width="match_parent" > - - + - - - + android:layout_width="match_parent" + android:layout_below="@id/adview" + android:focusable="true" + android:focusableInTouchMode="true" > + + + + + - - + + - - + + android:theme="@style/PrivacyBrowserAppBar" + android:layout_alignParentBottom="true" > - + + - + - + android:layout_width="wrap_content" + android:layout_gravity="center_vertical" + android:paddingStart="10dp" + android:paddingEnd="10dp" + android:src="@drawable/close_day" + android:background="?attr/selectableItemBackground" + android:onClick="closeTab" + android:contentDescription="@string/close_tab" + app:tint="?attr/addTabIconTintColor" /> + + - - + + + + + + android:orientation="horizontal" + android:visibility="gone" > - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - + + - - - - + android:layout_width="wrap_content" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" + android:text="@string/zero_of_zero" /> + + + + + + + + + + + + + + + +