summaryrefslogtreecommitdiffstats
path: root/res/xml/launcher_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/launcher_preferences.xml')
-rw-r--r--res/xml/launcher_preferences.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index 2c86f8ebf..be3cb0e28 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -17,18 +17,18 @@
<androidx.preference.PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
- <com.android.launcher3.settings.IconBadgingPreference
+ <com.android.launcher3.settings.NotificationDotsPreference
android:key="pref_icon_badging"
- android:title="@string/icon_badging_title"
+ android:title="@string/notification_dots_title"
android:persistent="false"
android:widgetLayout="@layout/notification_pref_warning" >
<intent android:action="android.settings.NOTIFICATION_SETTINGS">
- <!-- This extra highlights the "Allow icon badges" field in Notification settings -->
+ <!-- This extra highlights the "Allow notification dots" field in Notification settings -->
<extra
android:name=":settings:fragment_args_key"
android:value="notification_badging" />
</intent>
- </com.android.launcher3.settings.IconBadgingPreference>
+ </com.android.launcher3.settings.NotificationDotsPreference>
<SwitchPreference
android:key="pref_add_icon_to_home"