[fenix] Add toolbar helpers (https://github.com/mozilla-mobile/fenix/pull/6531)
[gecko.git] / mobile / android / fenix / app / src / main / res / layout / component_search.xml
bloba6f1a508ddc8bdc826e531b8402001ce7acb2a06
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3    - License, v. 2.0. If a copy of the MPL was not distributed with this
4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 <mozilla.components.browser.toolbar.BrowserToolbar xmlns:android="http://schemas.android.com/apk/res/android"
6     xmlns:app="http://schemas.android.com/apk/res-auto"
7     android:id="@+id/toolbar"
8     android:layout_width="match_parent"
9     android:layout_height="@dimen/browser_toolbar_height"
10     android:layout_gravity="bottom"
11     android:background="@drawable/toolbar_background"
12     android:clickable="true"
13     android:focusable="true"
14     android:focusableInTouchMode="true"
15     app:browserToolbarClearColor="?primaryText"
16     app:browserToolbarInsecureColor="?primaryText"
17     app:browserToolbarMenuColor="?primaryText"
18     app:browserToolbarProgressBarGravity="top"
19     app:browserToolbarSecureColor="?primaryText"
20     app:browserToolbarTrackingProtectionAndSecurityIndicatorSeparatorColor="?toolbarDivider" />