summaryrefslogtreecommitdiffstats
path: root/res/values/cm_styles.xml
diff options
context:
space:
mode:
authorBryan Owens <djbryan3540@gmail.com>2016-01-17 02:15:52 -0600
committerBryan Owens <djbryan3540@gmail.com>2016-01-18 21:29:02 -0600
commit250ebb8c814ea5c8818d12afc25194091694a5b1 (patch)
treeb16aca8396333bad6e1e2012e2da2cf6d65328a6 /res/values/cm_styles.xml
parentf99d46686191704cc9f79f8bea229d4e9291bbce (diff)
downloadpackages_apps_Browser-250ebb8c814ea5c8818d12afc25194091694a5b1.tar.gz
packages_apps_Browser-250ebb8c814ea5c8818d12afc25194091694a5b1.tar.bz2
packages_apps_Browser-250ebb8c814ea5c8818d12afc25194091694a5b1.zip
Themes: Expose hard coded colors and styles from layouts
Change-Id: I815dc35d65110ac091e73cc3dd9b1a16fe69b929 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
Diffstat (limited to 'res/values/cm_styles.xml')
-rw-r--r--res/values/cm_styles.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values/cm_styles.xml b/res/values/cm_styles.xml
new file mode 100644
index 000000000..8dace97d1
--- /dev/null
+++ b/res/values/cm_styles.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <style name="LoginButtonTheme" parent="@android:Widget.Holo.Light.Button" />
+
+ <style name="LoginSpinnerTheme" parent="@android:Widget.Holo.Light.Spinner" />
+
+</resources>