summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2015-01-13 16:54:36 -0800
committerClark Scheff <clark@cyngn.com>2015-01-15 09:18:05 -0800
commit914950a5d70c6e3ea4c0488ed0384449a0c91270 (patch)
treebb9ff9468a696bd79efc719cfc9394b5da074bbc /res/values
parentc6d36f0b58294bd5e7ca7b2fb1022a8399685c66 (diff)
downloadpackages_apps_ThemeChooser-914950a5d70c6e3ea4c0488ed0384449a0c91270.zip
packages_apps_ThemeChooser-914950a5d70c6e3ea4c0488ed0384449a0c91270.tar.gz
packages_apps_ThemeChooser-914950a5d70c6e3ea4c0488ed0384449a0c91270.tar.bz2
Add legacy theme tag and warning message
This adds a tag at the top of any theme that is designed for an older version of CM and presents the user with a message in the apply overlay when they go to apply a theme designed for an older version of CM. Change-Id: I7d60f14cbfc376890e06dbf1358745e4490be961
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6a38bd0..44ee514 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -73,4 +73,7 @@
<string name="processing_theme">Processing</string>
+ <string name="legacy_theme_tag_text">!</string>
+ <string name="legacy_theme_warning">NOTE: %s was designed for an older version of CM. You may experience compatibility issues with this theme.</string>
+
</resources>