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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial