summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-09-23 15:45:26 -0700
committerClark Scheff <clark@cyngn.com>2014-09-25 21:23:54 +0000
commit442e4d0846df4566ce2fa9c4c627125f2983ee8c (patch)
treef720d8a6ca8505fe32ea79e2fe98a862be13abc0 /res/values
parent885239ffdcf1538427226e582b0aee80ce920afd (diff)
downloadpackages_apps_ThemeChooser-442e4d0846df4566ce2fa9c4c627125f2983ee8c.zip
packages_apps_ThemeChooser-442e4d0846df4566ce2fa9c4c627125f2983ee8c.tar.gz
packages_apps_ThemeChooser-442e4d0846df4566ce2fa9c4c627125f2983ee8c.tar.bz2
Replace option menu with reset/delete actions
The code and xml for the popup menu are still in place for future use. The image view for the menu is simply set to View.GONE so it will not be available to the user at this time. Change-Id: I7897e1c06532c51d6be82edca3bb76c37acbf9ae
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 1589a62..6a0547f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -54,6 +54,7 @@
<string name="apply_theme_overlay_title">Apply</string>
<string name="delete_theme_overlay_title">Delete</string>
+ <string name="reset_theme_overlay_title">Reset</string>
<string name="default_tag_text">Default</string>
<string name="customized_tag_text">Customized</string>