summaryrefslogtreecommitdiffstats
path: root/mobile/android/services/src/main/res/values/fxaccount_dimens.xml
blob: d1d44585d7283e788f9b74a9f9bed51af1905a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>
  <!-- Preference fragment padding, bottom -->
  <dimen name="preference_fragment_padding_bottom">0dp</dimen>
  <!-- Preference fragment padding, sides -->
  <dimen name="preference_fragment_padding_side">16dp</dimen>

  <integer name="preference_fragment_scrollbarStyle">0x02000000</integer> <!-- outsideOverlay -->

  <!-- Profile avatar image height. -->
  <dimen name="fxaccount_profile_image_height">48dp</dimen>
  <!-- Profile avatar image width. -->
  <dimen name="fxaccount_profile_image_width">48dp</dimen>
</resources>