summaryrefslogtreecommitdiffstats
path: root/core/res/res/values
diff options
context:
space:
mode:
authorBryan Owens <djbryan3540@gmail.com>2016-05-05 17:23:16 -0500
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-05-05 15:47:36 -0700
commit62e6a40dde762251e1f26c43fff319673df54722 (patch)
tree1bf4341c8d6b04eefd524eb7a369bb8aca844ec3 /core/res/res/values
parentaec68c495fc5e0c43005356b63948c864908e9a8 (diff)
downloadframeworks_base-62e6a40dde762251e1f26c43fff319673df54722.zip
frameworks_base-62e6a40dde762251e1f26c43fff319673df54722.tar.gz
frameworks_base-62e6a40dde762251e1f26c43fff319673df54722.tar.bz2
Themes: Expose manifest styles for themes
Change-Id: I5c706654538a435738419f69d4909d205d26abb8 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
Diffstat (limited to 'core/res/res/values')
-rw-r--r--core/res/res/values/cm_styles.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/core/res/res/values/cm_styles.xml b/core/res/res/values/cm_styles.xml
new file mode 100644
index 0000000..709041c
--- /dev/null
+++ b/core/res/res/values/cm_styles.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2016 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>
+
+ <!-- Exposed manifest styles -->
+
+ <style name="HeavyWeightSwitcherActivityTheme" parent="Theme.Material.Light.Dialog" />
+
+ <style name="ChooseAccountActivityTheme" parent="Theme.Material.Light.Dialog" />
+
+ <style name="ChooseTypeAndAccountActivityTheme" parent="Theme.Material.Light.Dialog" />
+
+ <style name="ChooseAccountTypeActivityTheme" parent="Theme.Material.Light.Dialog" />
+
+ <style name="CantAddAccountActivityTheme" parent="Theme.Material.Light.Dialog.NoActionBar" />
+
+ <style name="GrantCredentialsPermissionActivityTheme" parent="Theme.Material.Light.DialogWhenLarge" />
+
+ <style name="SyncActivityTooManyDeletesTheme" parent="Theme.Material.Light.Dialog" />
+
+ <style name="NetInitiatedActivityTheme" parent="Theme.Material.Light.Dialog.Alert" />
+
+</resources>