summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2015-03-31 15:28:17 -0700
committerClark Scheff <clark@cyngn.com>2015-04-03 15:18:19 +0000
commita1610180219d71ae21ee92dd85dd8df0267a72e7 (patch)
treebfda07f83759d16dadef914d1f8ff5508f24012f /res/values
parent9dfd5d8646630d489adb7551bcfe31da8ef9c14a (diff)
downloadpackages_apps_ThemeChooser-a1610180219d71ae21ee92dd85dd8df0267a72e7.zip
packages_apps_ThemeChooser-a1610180219d71ae21ee92dd85dd8df0267a72e7.tar.gz
packages_apps_ThemeChooser-a1610180219d71ae21ee92dd85dd8df0267a72e7.tar.bz2
AppThemer: Show toast when app not explicitly themed
If a theme is being applied to an app and the theme does not have an explicit overlay for the app, we display a toast indicating to the user that some things may not change. Change-Id: If0b4ab422a3b5c15fd531348a23828f9fcdd59e9 REF: CHOOSER-71 (cherry picked from commit 1d1c49502a56195018ac723329b71dd4b8a36a64)
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 26699b5..ad06862 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -87,5 +87,6 @@
</string>
<string name="per_app_applied_theme_indicator" translatable="false">\u2022</string>
<string name="per_app_theme_applying">Your theme is being applied</string>
+ <string name="per_app_theme_app_not_overlaid_warning">Theme does not support this app, some elements may not change.</string>
</resources>