From 4fe455de578683f079b1d51a1f880651b1bb2eca Mon Sep 17 00:00:00 2001 From: Alison Cichowlas Date: Wed, 21 Jun 2017 11:41:34 -0400 Subject: [PATCH] Notification settings to match ixd mocks: - added default sound config to general notification settings page - reordered items to match docs Bug: 37481153 Test: RunSettingsRoboTests; manual Change-Id: I2404f0a3f97601c8b3a9d15de58e1d53bf801c45 --- res/xml/configure_notification_settings.xml | 30 +++++++---- ...upgraded_channel_notification_settings.xml | 20 ++++---- .../ConfigureNotificationSettings.java | 50 +++++++++++++++++++ 3 files changed, 79 insertions(+), 21 deletions(-) diff --git a/res/xml/configure_notification_settings.xml b/res/xml/configure_notification_settings.xml index 819373682c1..1d36c48728f 100644 --- a/res/xml/configure_notification_settings.xml +++ b/res/xml/configure_notification_settings.xml @@ -22,6 +22,17 @@ android:key="dashboard_tile_placeholder" android:order="1"/> + + + + + + + + + - - - - - - diff --git a/res/xml/upgraded_channel_notification_settings.xml b/res/xml/upgraded_channel_notification_settings.xml index c274abea930..2cece9e62ff 100644 --- a/res/xml/upgraded_channel_notification_settings.xml +++ b/res/xml/upgraded_channel_notification_settings.xml @@ -40,12 +40,10 @@ - - + + - - + + getPreferenceControllers(Context context) { return buildPreferenceControllers(context, null); } + }; }