mobile/android/base/resources/values/fxaccount_dimens.xml

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <?xml version="1.0" encoding="utf-8"?>
     2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
     3    - License, v. 2.0. If a copy of the MPL was not distributed with this
     4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     6 <resources>
     7   <dimen name="fxaccount_stroke_width">1dp</dimen>
     8   <dimen name="fxaccount_corner_radius">5dp</dimen>
    10   <!-- The amount of horizontal padding that appears inside the email,
    11        password, etc input fields. -->
    12   <dimen name="fxaccount_input_padding_horizontal">20dp</dimen>
    13   <!-- And the amount of vertical padding that appears inside input
    14        fields. -->
    15   <dimen name="fxaccount_input_padding_vertical">10dp</dimen>
    17   <!-- The amount of horizontal padding that appears around the show/hide
    18        password button.  Vertical padding is provided by the adjacent input
    19        field. -->
    20   <dimen name="fxaccount_show_password_padding_horizontal">8dp</dimen>
    22   <!-- Preference fragment padding, bottom -->
    23   <dimen name="preference_fragment_padding_bottom">0dp</dimen>
    24   <!-- Preference fragment padding, sides -->
    25   <dimen name="preference_fragment_padding_side">16dp</dimen>
    27   <integer name="preference_fragment_scrollbarStyle">0x02000000</integer> <!-- outsideOverlay -->
    28 </resources>

mercurial