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=694c810fe19592ebd8c045e1c134edc390794180;hp=2f295dfb0c8648499d2ff30e558def1e9a7f6915;hb=1b27ac6f2b7c046945fc97e2aff9adbde8a152ce;hpb=cd609c9888924549c03cd6509ed889cdb052d5bb 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 2f295dfb..694c810f 100644 --- a/app/src/main/res/layout/main_framelayout_bottom_appbar.xml +++ b/app/src/main/res/layout/main_framelayout_bottom_appbar.xml @@ -1,22 +1,22 @@ + along with Privacy Browser Android. If not, see . --> - - + + 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" + android:background="?attr/selectableItemBackground" + android:onClick="closeTab" + android:contentDescription="@string/close_tab" /> + + - - + + + + + + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + 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" /> + + + + + + + + + + + + + + + + +