summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
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>