summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-04-19 01:47:45 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-23 04:53:14 -0700
commit4a824be44c3878f22469cf45c2ef8b7e92724e92 (patch)
tree34050b3bfc05c7311789dfd4974d41b0bd662968 /res/values
parentd4260682b763a4004ad4a9724694914db4edca0a (diff)
downloadpackages_apps_Settings-4a824be44c3878f22469cf45c2ef8b7e92724e92.zip
packages_apps_Settings-4a824be44c3878f22469cf45c2ef8b7e92724e92.tar.gz
packages_apps_Settings-4a824be44c3878f22469cf45c2ef8b7e92724e92.tar.bz2
Add notification shutoff switch to app details page.
Requires change Ieccac574. Bug: 5547401 Change-Id: I9856658cc638723414a5c2c3c6807241c3ce6166
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml7
-rw-r--r--res/values/styles.xml4
2 files changed, 11 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2d27fa5..6337824 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -3934,4 +3934,11 @@
<string name="user_confirm_remove_title">Remove user?</string>
<!-- User removal confirmation message [CHAR LIMIT=none] -->
<string name="user_confirm_remove_message">Are you sure you want to remove the user and all associated data from the device?</string>
+
+ <!-- Label for "notifications enabled" switch in app details [CHAR LIMIT=20] -->
+ <string name="app_notifications_switch_label">Notifications</string>
+ <!-- Label for enabled state of "notifications enabled" switch in app details [CHAR LIMIT=10] -->
+ <string name="app_notifications_switch_on">Enabled</string>
+ <!-- Label for disabled state "notifications enabled" switch in app details [CHAR LIMIT=10] -->
+ <string name="app_notifications_switch_off">Disabled</string>
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 32e0a48..6ee99b3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -191,4 +191,8 @@
<item name="android:shadowRadius">2.0</item>
<item name="android:shadowColor">#B0000000</item>
</style>
+
+ <style name="TextAppearance.Switch" parent="@*android:style/TextAppearance.Holo.Widget.Switch">
+ <item name="android:textAllCaps">true</item>
+ </style>
</resources>