summaryrefslogtreecommitdiffstats
path: root/mobile/android/base/resources/values-large/dimens.xml
blob: a94ef6fb18e5cd96d35cc3f7cfd6c1f3fdd05914 (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
34
35
36
37
<?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>

    <dimen name="doorhanger_offsetY">100dp</dimen>

    <dimen name="browser_toolbar_height">56dp</dimen>
    <!-- This value is the height of the Tabs Panel header view
         (browser_toolbar_height) minus the height of the indicator
         (6dp). This value should change when the height of the view changes. -->
    <dimen name="tabs_panel_indicator_selected_padding_top">50dp</dimen>

    <dimen name="browser_toolbar_height_flipper">60dp</dimen>
    <dimen name="browser_toolbar_button_padding">16dp</dimen>
    <dimen name="browser_toolbar_favicon_size">16dp</dimen>

    <dimen name="browser_toolbar_site_security_height">60dp</dimen>
    <dimen name="browser_toolbar_site_security_width">34dp</dimen>
    <dimen name="browser_toolbar_site_security_margin_right">1dp</dimen>
    <!-- We primarily use padding (instead of margins) to increase the hit area. -->
    <dimen name="browser_toolbar_site_security_padding_vertical">21dp</dimen>
    <dimen name="browser_toolbar_site_security_padding_horizontal">8dp</dimen>

    <dimen name="firstrun_background_height">300dp</dimen>

    <dimen name="tabs_panel_indicator_width">72dp</dimen>
    <dimen name="tabs_panel_button_width">60dp</dimen>
    <dimen name="panel_grid_view_column_width">200dp</dimen>

    <dimen name="overlay_prompt_container_width">360dp</dimen>

    <item name="tab_strip_content_start" type="dimen">72dp</item>

</resources>