chromium/chrome/browser/commerce/android/java/res/xml/price_notification_preferences.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">

    <org.chromium.components.browser_ui.settings.TextMessagePreference
        android:key="price_notifications_description"
        android:title="@string/price_notifications_settings_detailed_page_description"
        app:allowDividerBelow="false" />

    <org.chromium.components.browser_ui.settings.TextMessagePreference
        android:key="mobile_notifications_text"
        android:title="@string/price_notifications_settings_mobile_title"
        android:summary="@string/price_notifications_settings_mobile_description_on"
        app:allowDividerBelow="false" />

    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="send_email_switch"
        android:title="@string/price_notifications_settings_email_title"
        android:summary="@string/price_notifications_settings_email_description"
        app:allowDividerBelow="false" />

</PreferenceScreen>