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 xmlns:android="http://schemas.android.com/apk/res/android"> |
michael@0 | 7 | |
michael@0 | 8 | <style name="ToastMessage"> |
michael@0 | 9 | <item name="android:textSize">16sp</item> |
michael@0 | 10 | <item name="android:fontFamily">sans-serif-condensed</item> |
michael@0 | 11 | <item name="android:textColor">#ffffff</item> |
michael@0 | 12 | <item name="android:shadowColor">#BB000000</item> |
michael@0 | 13 | <item name="android:shadowRadius">2.75</item> |
michael@0 | 14 | <item name="android:layout_width">0dp</item> |
michael@0 | 15 | <item name="android:layout_weight">1</item> |
michael@0 | 16 | <item name="android:layout_height">wrap_content</item> |
michael@0 | 17 | <item name="android:layout_gravity">center_vertical</item> |
michael@0 | 18 | <item name="android:paddingLeft">@dimen/toast_button_padding</item> |
michael@0 | 19 | <item name="android:layout_marginLeft">8dp</item> |
michael@0 | 20 | </style> |
michael@0 | 21 | |
michael@0 | 22 | <style name="ToastButton"> |
michael@0 | 23 | <item name="android:background">@drawable/toast_button</item> |
michael@0 | 24 | <item name="android:textSize">16sp</item> |
michael@0 | 25 | <item name="android:fontFamily">sans-serif-condensed</item> |
michael@0 | 26 | <item name="android:textColor">#ffffff</item> |
michael@0 | 27 | <item name="android:shadowColor">#BB000000</item> |
michael@0 | 28 | <item name="android:shadowRadius">2.75</item> |
michael@0 | 29 | <item name="android:layout_width">wrap_content</item> |
michael@0 | 30 | <item name="android:layout_height">match_parent</item> |
michael@0 | 31 | <item name="android:paddingLeft">16dp</item> |
michael@0 | 32 | <item name="android:maxWidth">160dp</item> |
michael@0 | 33 | <item name="android:layout_gravity">center_vertical</item> |
michael@0 | 34 | </style> |
michael@0 | 35 | |
michael@0 | 36 | </resources> |