summaryrefslogtreecommitdiffstats
path: root/mobile/android/services/src/main/res/values/fxaccount_styles.xml
blob: d74efac91a7d6f26fad3ab2b02be6e29c31502b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<!--
   This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->

<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <style name="FxAccountTheme" parent="Gecko.Preferences" />

    <style name="FxAccountTheme.FxAccountStatusActivity" parent="@style/FxAccountTheme">
        <item name="android:windowNoTitle">false</item>
    </style>

    <style name="FxAccountTextItem" parent="@android:style/TextAppearance.Medium">
        <item name="android:textColor">@color/fxaccount_textColor</item>
        <item name="android:layout_width">fill_parent</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:gravity">center_horizontal</item>
        <item name="android:textSize">14sp</item>
        <item name="android:layout_marginBottom">10dp</item>
        <item name="android:layout_marginLeft">10dp</item>
        <item name="android:layout_marginRight">10dp</item>
    </style>

</resources>