summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/browser/icons/src/main/res/values/dimens.xml
blob: 03f785dbdc4fe2f5dd2c6ff1683bcc53e7ac0d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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 xmlns:tools="http://schemas.android.com/tools">
    <dimen name="mozac_browser_icons_size_default">32dp</dimen>
    <dimen name="mozac_browser_icons_size_launcher">48dp</dimen>
    <dimen name="mozac_browser_icons_size_launcher_adaptive">102dp</dimen>

    <dimen name="mozac_browser_icons_maximum_size" tools:ignore="PxUsage">1024px</dimen>
    <dimen name="mozac_browser_icons_minimum_size" tools:ignore="PxUsage">32px</dimen>
    <dimen name="mozac_browser_icons_generator_default_corner_radius">2dp</dimen>
</resources>