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=521c03f8b78ef11f2f29f5d9ebfad07b47735046;hp=98e16b671acf0b75d8b0a3f48bb7ee6854439e8a;hb=484f0b0f0143c53a4722cee3a31e714df0c8c49a;hpb=2007d8f56a8d918f6a71407828f715f986d0d92d 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..521c03f8 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,159 @@ android:layout_height="match_parent" android:layout_width="match_parent" > - - + + android:layout_width="match_parent" + android:focusable="true" + android:focusableInTouchMode="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:layout_width="0dp" + android:layout_weight="1" + android:layout_marginStart="8dp" + android:layout_marginEnd="4dp" + android:hint="@string/find_on_page" + android:lines="1" + android:imeOptions="actionDone" + android:inputType="text" + tools:ignore="Autofill" /> + + + + + + + + + + + + + + + + +