<?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>
