summaryrefslogtreecommitdiffstats
path: root/mobile/android/services/src/main/res/values/fxaccount_styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/services/src/main/res/values/fxaccount_styles.xml')
-rw-r--r--mobile/android/services/src/main/res/values/fxaccount_styles.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/mobile/android/services/src/main/res/values/fxaccount_styles.xml b/mobile/android/services/src/main/res/values/fxaccount_styles.xml
deleted file mode 100644
index d74efac91..000000000
--- a/mobile/android/services/src/main/res/values/fxaccount_styles.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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>