diff --git a/res/drawable/ic_zen_mode_category_apps.xml b/res/drawable/ic_zen_mode_category_apps.xml new file mode 100644 index 00000000000..f21fc6a8336 --- /dev/null +++ b/res/drawable/ic_zen_mode_category_apps.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_zen_mode_category_display.xml b/res/drawable/ic_zen_mode_category_display.xml new file mode 100644 index 00000000000..47719515815 --- /dev/null +++ b/res/drawable/ic_zen_mode_category_display.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_zen_mode_category_duration.xml b/res/drawable/ic_zen_mode_category_duration.xml new file mode 100644 index 00000000000..56d9c4af29b --- /dev/null +++ b/res/drawable/ic_zen_mode_category_duration.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_zen_mode_category_other.xml b/res/drawable/ic_zen_mode_category_other.xml new file mode 100644 index 00000000000..9a4752356be --- /dev/null +++ b/res/drawable/ic_zen_mode_category_other.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_zen_mode_category_people.xml b/res/drawable/ic_zen_mode_category_people.xml new file mode 100644 index 00000000000..e763c45ba07 --- /dev/null +++ b/res/drawable/ic_zen_mode_category_people.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_zen_mode_display_aod.xml b/res/drawable/ic_zen_mode_display_aod.xml new file mode 100644 index 00000000000..9d60fb12385 --- /dev/null +++ b/res/drawable/ic_zen_mode_display_aod.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_zen_mode_display_dark_theme.xml b/res/drawable/ic_zen_mode_display_dark_theme.xml new file mode 100644 index 00000000000..43bc6821654 --- /dev/null +++ b/res/drawable/ic_zen_mode_display_dark_theme.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_zen_mode_display_grayscale.xml b/res/drawable/ic_zen_mode_display_grayscale.xml new file mode 100644 index 00000000000..d7fe9abb94d --- /dev/null +++ b/res/drawable/ic_zen_mode_display_grayscale.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_zen_mode_display_wallpaper.xml b/res/drawable/ic_zen_mode_display_wallpaper.xml new file mode 100644 index 00000000000..27d169c0388 --- /dev/null +++ b/res/drawable/ic_zen_mode_display_wallpaper.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_zen_mode_people_calls.xml b/res/drawable/ic_zen_mode_people_calls.xml new file mode 100644 index 00000000000..6aacc033d12 --- /dev/null +++ b/res/drawable/ic_zen_mode_people_calls.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_zen_mode_people_messages.xml b/res/drawable/ic_zen_mode_people_messages.xml new file mode 100644 index 00000000000..21db1f46213 --- /dev/null +++ b/res/drawable/ic_zen_mode_people_messages.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/xml/modes_display_settings.xml b/res/xml/modes_display_settings.xml index 53268ecc95d..98db7b828e0 100644 --- a/res/xml/modes_display_settings.xml +++ b/res/xml/modes_display_settings.xml @@ -24,22 +24,27 @@ android:title="@string/mode_display_options_section"> + android:title="@string/zen_mode_restrict_notifications_title" + android:icon="@drawable/ic_zen_mode_category_display" /> + android:summary="@string/mode_grayscale_summary" + android:icon="@drawable/ic_zen_mode_display_grayscale" /> + android:summary="@string/mode_aod_summary" + android:icon="@drawable/ic_zen_mode_display_aod" /> + android:summary="@string/mode_wallpaper_summary" + android:icon="@drawable/ic_zen_mode_display_wallpaper" /> + android:summary="@string/mode_dark_theme_summary" + android:icon="@drawable/ic_zen_mode_display_dark_theme" /> diff --git a/res/xml/modes_people_settings.xml b/res/xml/modes_people_settings.xml index 136a357dddc..d58b2d7e355 100644 --- a/res/xml/modes_people_settings.xml +++ b/res/xml/modes_people_settings.xml @@ -26,10 +26,12 @@ + android:title="@string/zen_mode_messages_title" + android:icon="@drawable/ic_zen_mode_people_messages" /> + android:title="@string/zen_mode_calls_title" + android:icon="@drawable/ic_zen_mode_people_calls" /> diff --git a/res/xml/modes_rule_settings.xml b/res/xml/modes_rule_settings.xml index 8e080e247a2..7551905f7bc 100644 --- a/res/xml/modes_rule_settings.xml +++ b/res/xml/modes_rule_settings.xml @@ -65,15 +65,18 @@ + android:title="@string/zen_category_people" + android:icon="@drawable/ic_zen_mode_category_people" /> + android:title="@string/zen_category_apps" + android:icon="@drawable/ic_zen_mode_category_apps" /> + android:title="@string/zen_category_exceptions" + android:icon="@drawable/ic_zen_mode_category_other" /> + android:title="@string/mode_display_settings_title" + android:icon="@drawable/ic_zen_mode_category_display" /> + android:title="@string/zen_category_duration" + android:icon="@drawable/ic_zen_mode_category_duration" /> \ No newline at end of file