summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/cm_styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/values/cm_styles.xml')
-rw-r--r--core/res/res/values/cm_styles.xml33
1 files changed, 33 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..1d0de05
--- /dev/null
+++ b/core/res/res/values/cm_styles.xml
@@ -0,0 +1,33 @@
+<?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 styles for framework activities -->
+ <style name="Theme.Material.Light.Dialog.HeavyWeightSwitcherActivity" />
+ <style name="Theme.Material.Light.Dialog.ChooseAccountActivity" />
+ <style name="Theme.Material.Light.Dialog.ChooseTypeAndAccountActivity" />
+ <style name="Theme.Material.Light.Dialog.ChooseAccountTypeActivity" />
+ <style name="Theme.Material.Light.Dialog.NoActionBar.CantAddAccountActivity" />
+ <style name="Theme.Material.Light.DialogWhenLarge.GrantCredentialsPermissionActivity" />
+ <style name="Theme.Material.Light.Dialog.SyncActivityTooManyDeletes" />
+ <style name="Theme.Material.Light.Dialog.Alert.NetInitiatedActivity" />
+
+ <!-- Exposed style for power menu -->
+
+ <style name="Theme.Power.Dialog" parent="@style/Theme.DeviceDefault.Light.DarkActionBar" />
+
+</resources>