X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Furl_app_bar.xml;h=84886efb892985f1e11c2c0b69216bb9479b8e92;hb=6b662fcb3e0c8dfbdc212e55d10ad291ec569280;hp=ef93af167fcad6ad8931b50e8208329436533c82;hpb=e5b7e6c354e8580d705155c02d404a0e4685e9b4;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/url_app_bar.xml b/app/src/main/res/layout/url_app_bar.xml index ef93af16..84886efb 100644 --- a/app/src/main/res/layout/url_app_bar.xml +++ b/app/src/main/res/layout/url_app_bar.xml @@ -1,54 +1,59 @@ + along with Privacy Browser Android. If not, see . --> - - + android:orientation="horizontal" > - + android:layout_height="24dp" + android:layout_width="24dp" + android:layout_gravity="center_vertical" + android:layout_marginEnd="8dp" + android:src="@drawable/menu" + android:contentDescription="@string/navigation_drawer" + android:onClick="openNavigationDrawer" /> + + + + `android:autofillHints` only applies to API >= 26. `tools:ignore="UnusedAttribute"` removes the lint warning. --> - \ No newline at end of file + +