mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
40126da44f
CLOSED TREE --HG-- rename : mobile/android/base/resources/layout-large-v11/browser_toolbar.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml rename : mobile/android/base/resources/layout/browser_toolbar.xml => mobile/android/base/resources/layout/browser_toolbar_menu.xml
14 lines
499 B
XML
14 lines
499 B
XML
<?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="browser_toolbar_height">56dp</dimen>
|
|
<dimen name="browser_toolbar_button_padding">16dp</dimen>
|
|
<dimen name="menu_popup_arrow_margin">8dip</dimen>
|
|
<dimen name="tabs_counter_size">26sp</dimen>
|
|
|
|
</resources>
|