summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml2
-rw-r--r--res/values/bools.xml2
-rw-r--r--res/values/strings.xml14
-rw-r--r--res/values/styles.xml4
4 files changed, 11 insertions, 11 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 956270cba..0bb5837d1 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -33,7 +33,7 @@
<attr name="workspaceKeyShadowColor" format="color" />
<attr name="workspaceStatusBarScrim" format="reference" />
<attr name="widgetsTheme" format="reference" />
- <attr name="folderBadgeColor" format="color" />
+ <attr name="folderDotColor" format="color" />
<attr name="loadingIconColor" format="color" />
<!-- BubbleTextView specific attributes. -->
diff --git a/res/values/bools.xml b/res/values/bools.xml
index 53c67e2f1..bc2c67887 100644
--- a/res/values/bools.xml
+++ b/res/values/bools.xml
@@ -17,7 +17,7 @@
-->
<resources>
- <bool name="notification_badging_enabled">false</bool>
+ <bool name="notification_dots_enabled">false</bool>
<bool name="enable_install_shortcut_api">true</bool>
</resources> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fb6eb4326..771149bfe 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -141,7 +141,7 @@
<!-- The format string for when an app is temporarily disabled. -->
<string name="disabled_app_label">Disabled <xliff:g id="app_name" example="Messenger">%1$s</xliff:g></string>
<!-- The format string for when an app has a notification dot (meaning it has associated notifications). -->
- <plurals name="badged_app_label">
+ <plurals name="dotted_app_label">
<item quantity="one"><xliff:g id="app_name" example="Messenger">%1$s</xliff:g>, has <xliff:g id="notification_count" example="1">%2$d</xliff:g> notification</item>
<item quantity="other"><xliff:g id="app_name" example="Messenger">%1$s</xliff:g>, has <xliff:g id="notification_count" example="3">%2$d</xliff:g> notifications</item>
</plurals>
@@ -184,11 +184,11 @@
<!-- Text explaining when the home screen will get rotated. [CHAR LIMIT=100] -->
<string name="allow_rotation_desc">When phone is rotated</string>
<!-- Title for Notification dots setting. Tapping this will link to the system Notifications settings screen where the user can turn off notification dots globally. [CHAR LIMIT=50] -->
- <string name="icon_badging_title">Notification dots</string>
- <!-- Text to indicate that the system icon badging setting is on [CHAR LIMIT=100] -->
- <string name="icon_badging_desc_on">On</string>
- <!-- Text to indicate that the system icon badging setting is off [CHAR LIMIT=100] -->
- <string name="icon_badging_desc_off">Off</string>
+ <string name="notification_dots_title">Notification dots</string>
+ <!-- Text to indicate that the system notification dots setting is on [CHAR LIMIT=100] -->
+ <string name="notification_dots_desc_on">On</string>
+ <!-- Text to indicate that the system notification dots setting is off [CHAR LIMIT=100] -->
+ <string name="notification_dots_desc_off">Off</string>
<!-- Title for the dialog shown when the app does not has notification access, explaining the requirement for notification access [CHAR LIMIT=50] -->
<string name="title_missing_notification_access">Notification access needed</string>
<!-- Message explaining to the user that the notification access is required by the app for showing 'Notification dots' [CHAR LIMIT=NONE] -->
@@ -196,7 +196,7 @@
<!-- Button text in the confirmation dialog which would take the user to the system settings [CHAR LIMIT=50] -->
<string name="title_change_settings">Change settings</string>
<!-- Summary for Notification dots setting. Tapping this will link enable/disable notification dots feature on the home screen. [CHAR LIMIT=50] -->
- <string name="icon_badging_service_title">Show notification dots</string>
+ <string name="notification_dots_service_title">Show notification dots</string>
<!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=40] -->
<string name="auto_add_shortcuts_label">Add icon to Home screen</string>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index e6791aa29..a1ea3b4e8 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -42,7 +42,7 @@
<item name="workspaceKeyShadowColor">#44000000</item>
<item name="workspaceStatusBarScrim">@drawable/workspace_bg</item>
<item name="widgetsTheme">@style/WidgetContainerTheme</item>
- <item name="folderBadgeColor">?android:attr/colorPrimary</item>
+ <item name="folderDotColor">?android:attr/colorPrimary</item>
<item name="loadingIconColor">#FFF</item>
<item name="android:windowTranslucentStatus">false</item>
@@ -76,7 +76,7 @@
<item name="popupColorSecondary">#424242</item> <!-- Gray 800 -->
<item name="popupColorTertiary">#757575</item> <!-- Gray 600 -->
<item name="widgetsTheme">@style/WidgetContainerTheme.Dark</item>
- <item name="folderBadgeColor">#FF464646</item>
+ <item name="folderDotColor">#FF464646</item>
<item name="isMainColorDark">true</item>
<item name="loadingIconColor">#000</item>
</style>