Add conversations image to People DND setting page

Previously the image was only on the Conversations settings page, but it
should also be included on the People settings page too.

Test: manual
Bug: 151845457
Change-Id: I99af85b3dcc266a1a5743755fe3cb31fc16ccfba
This commit is contained in:
Beverly
2020-04-02 12:06:49 -04:00
committed by Beverly Tai
parent e1839d2955
commit e646b28e26
2 changed files with 15 additions and 3 deletions

View File

@@ -25,6 +25,12 @@
android:key="zen_mode_settings_category_conversations"
android:title="@string/zen_mode_conversations_section_title">
<!-- Senders image -->
<com.android.settingslib.widget.LayoutPreference
android:key="zen_mode_conversations_image"
android:layout="@layout/zen_mode_senders_overlay_image"
android:selectable="false"/>
<Preference
android:key="zen_mode_conversations"
android:title="@string/zen_mode_conversations_title"