1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/base/resources/values/fxaccount_dimens.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.6 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.8 + 1.9 +<resources> 1.10 + <dimen name="fxaccount_stroke_width">1dp</dimen> 1.11 + <dimen name="fxaccount_corner_radius">5dp</dimen> 1.12 + 1.13 + <!-- The amount of horizontal padding that appears inside the email, 1.14 + password, etc input fields. --> 1.15 + <dimen name="fxaccount_input_padding_horizontal">20dp</dimen> 1.16 + <!-- And the amount of vertical padding that appears inside input 1.17 + fields. --> 1.18 + <dimen name="fxaccount_input_padding_vertical">10dp</dimen> 1.19 + 1.20 + <!-- The amount of horizontal padding that appears around the show/hide 1.21 + password button. Vertical padding is provided by the adjacent input 1.22 + field. --> 1.23 + <dimen name="fxaccount_show_password_padding_horizontal">8dp</dimen> 1.24 + 1.25 + <!-- Preference fragment padding, bottom --> 1.26 + <dimen name="preference_fragment_padding_bottom">0dp</dimen> 1.27 + <!-- Preference fragment padding, sides --> 1.28 + <dimen name="preference_fragment_padding_side">16dp</dimen> 1.29 + 1.30 + <integer name="preference_fragment_scrollbarStyle">0x02000000</integer> <!-- outsideOverlay --> 1.31 +</resources>