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