aboutsummaryrefslogtreecommitdiff
path: root/parts/res/xml/clear_speaker_settings.xml
blob: eadf98906e30ed06a8e3ee9144f149417cd17041 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:title="@string/clear_speaker_title">

    <SwitchPreference
        android:key="clear_speaker_pref"
        android:title="@string/clear_speaker_title"
        android:summary="@string/clear_speaker_summary"/>

    <com.android.settingslib.widget.FooterPreference
        android:key="footer_preference"
        android:title="@string/clear_speaker_description"
        android:selectable="false" />

</PreferenceScreen>