mobile/android/base/resources/values-v19/styles.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/base/resources/values-v19/styles.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,36 @@
     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 xmlns:android="http://schemas.android.com/apk/res/android">
    1.10 +
    1.11 +    <style name="ToastMessage">
    1.12 +        <item name="android:textSize">16sp</item>
    1.13 +        <item name="android:fontFamily">sans-serif-condensed</item>
    1.14 +        <item name="android:textColor">#ffffff</item>
    1.15 +        <item name="android:shadowColor">#BB000000</item>
    1.16 +        <item name="android:shadowRadius">2.75</item>
    1.17 +        <item name="android:layout_width">0dp</item>
    1.18 +        <item name="android:layout_weight">1</item>
    1.19 +        <item name="android:layout_height">wrap_content</item>
    1.20 +        <item name="android:layout_gravity">center_vertical</item>
    1.21 +        <item name="android:paddingLeft">@dimen/toast_button_padding</item>
    1.22 +        <item name="android:layout_marginLeft">8dp</item>
    1.23 +    </style>
    1.24 +
    1.25 +    <style name="ToastButton">
    1.26 +        <item name="android:background">@drawable/toast_button</item>
    1.27 +        <item name="android:textSize">16sp</item>
    1.28 +        <item name="android:fontFamily">sans-serif-condensed</item>
    1.29 +        <item name="android:textColor">#ffffff</item>
    1.30 +        <item name="android:shadowColor">#BB000000</item>
    1.31 +        <item name="android:shadowRadius">2.75</item>
    1.32 +        <item name="android:layout_width">wrap_content</item>
    1.33 +        <item name="android:layout_height">match_parent</item>
    1.34 +        <item name="android:paddingLeft">16dp</item>
    1.35 +        <item name="android:maxWidth">160dp</item>
    1.36 +        <item name="android:layout_gravity">center_vertical</item>
    1.37 +    </style>
    1.38 +
    1.39 +</resources>

mercurial