summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_arrays.xml12
-rw-r--r--res/values/cm_colors.xml3
-rw-r--r--res/values/cm_dimens.xml1
-rw-r--r--res/values/cm_strings.xml15
4 files changed, 30 insertions, 1 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index 97c3a8e..6ed2d8c 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -379,4 +379,16 @@
<item>1</item>
<item>2</item>
</string-array>
+
+ <string-array name="expanded_desktop_entries" translatable="false">
+ <item>@string/expanded_hide_both</item>
+ <item>@string/expanded_hide_status</item>
+ <item>@string/expanded_hide_navigation</item>
+ </string-array>
+
+ <string-array name="expanded_desktop_values" translatable="false">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ </string-array>
</resources>
diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml
index 3d09dac..e4b5ee2 100644
--- a/res/values/cm_colors.xml
+++ b/res/values/cm_colors.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
-Copyright (C) 2014 The CyanogenMod Project
+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.
@@ -25,6 +25,7 @@ limitations under the License.
<drawable name="expanded_item_bg">@android:color/background_light</drawable>
<color name="expanded_button_color_normal">#4CAF50</color>
<color name="expanded_button_color_close">#F44336</color>
+
<color name="qs_tile_tint_color">#FF009587</color>
<!-- Hard coded background and text colors exposed for better theme support -->
diff --git a/res/values/cm_dimens.xml b/res/values/cm_dimens.xml
index f09b96a..080dc51 100644
--- a/res/values/cm_dimens.xml
+++ b/res/values/cm_dimens.xml
@@ -16,4 +16,5 @@
-->
<resources>
<dimen name="profile_instruction_padding">8dp</dimen>
+ <dimen name="fab_line_width">2dp</dimen>
</resources>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index cd86275..e3d60bf 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -682,4 +682,19 @@
<!-- Advanced reboot options -->
<string name="advanced_reboot_title">Advanced reboot</string>
<string name="advanced_reboot_summary">When unlocked, include options in the power menu for rebooting into recovery, bootloader or performing a soft reboot</string>
+
+ <string name="category_interface">Interface</string>
+ <!-- Expanded desktop -->
+ <string name="power_menu_expanded_desktop">Expanded desktop</string>
+ <string name="expanded_hide_nothing">Hide nothing</string>
+ <string name="expanded_hide_status">Hide status bar</string>
+ <string name="expanded_hide_navigation">Hide navigation bar</string>
+ <string name="expanded_hide_both">Hide both</string>
+ <string name="expanded_nothing_to_show">To add a custom per-app configuration for expanded state, set "Enabled for all" to the off position</string>
+ <string name="expanded_desktop_state">Expanded state</string>
+ <string name="expanded_enabled_for_all">Enabled for all</string>
+ <string name="expanded_user_configurable">User configurable</string>
+ <string name="expanded_desktop_style">Expanded desktop style</string>
+ <string name="expanded_desktop_style_description">Choose a default expanded desktop style</string>
+ <string name="expanded_desktop_title">Expanded desktop options</string>
</resources>