summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/browser/toolbar2/src/main/res/values/attrs_browser_toolbar.xml
blob: 431bb6b080764098d9b25db68491cddd8adf6703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<resources>
  <declare-styleable name="BrowserToolbar">
    <attr name="browserToolbarHintColor" format="color"/>
    <attr name="browserToolbarTextColor" format="color"/>
    <attr name="browserToolbarTextSize" format="dimension"/>
    <attr name="browserToolbarSecurityIcon" format="reference"/>
    <attr name="browserToolbarInsecureColor" format="color"/>
    <attr name="browserToolbarSecureColor" format="color"/>
    <attr name="browserToolbarMenuColor" format="color"/>
    <attr name="browserToolbarSuggestionBackgroundColor" format="color" />
    <attr name="browserToolbarSuggestionForegroundColor" format="color" />
    <attr name="browserToolbarClearColor" format="color"/>
    <attr name="browserToolbarTrackingProtectionAndSecurityIndicatorSeparatorColor" format="color"/>
    <attr name="browserToolbarFadingEdgeSize" format="dimension" />
    <attr name="browserToolbarProgressBarGravity">
      <enum name="bottom" value="0" />
      <enum name="top" value="1" />
    </attr>
  </declare-styleable>

  <declare-styleable name="BrowserToolbarSiteSecurityState">
    <attr name="state_site_secure" format="boolean"/>
  </declare-styleable>

  <declare-styleable name="ActionContainer">
    <attr name="actionContainerItemSize" format="dimension" />
  </declare-styleable>
</resources>