X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Furl_app_bar.xml;h=a9d6a24ee4628ab0143be239e79cd8db07241b24;hp=377deff4340b5f025704cf8c204d5900db0d4564;hb=HEAD;hpb=7f8620e81518589f44c8517edbfc8989a5f04845 diff --git a/app/src/main/res/layout/url_app_bar.xml b/app/src/main/res/layout/url_app_bar.xml index 377deff4..4d1883da 100644 --- a/app/src/main/res/layout/url_app_bar.xml +++ b/app/src/main/res/layout/url_app_bar.xml @@ -1,51 +1,58 @@ + along with Privacy Browser Android. If not, see . --> - - + android:orientation="horizontal" > - - - + android:layout_height="match_parent" + android:layout_width="wrap_content" + android:layout_gravity="center_vertical" + android:paddingEnd="10dp" + android:src="@drawable/menu" + android:contentDescription="@string/navigation_drawer" + android:onClick="openNavigationDrawer" + tools:ignore="RtlSymmetry" /> + + + + + - \ No newline at end of file + android:inputType="textUri" + android:selectAllOnFocus="true" + android:autofillHints="" /> + +