wangzhibo
4 天以前 ae6f40460dcd56af6c5f60ba52c883854c3bac55
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <SwitchPreferenceCompat
        android:defaultValue="true"
        android:icon="@drawable/ic_extension"
        android:key="pref_nothing_inear_detection"
        android:layout="@layout/preference_checkbox"
        android:summary="@string/nothing_prefs_inear_summary"
        android:title="@string/nothing_prefs_inear_title" />
    <ListPreference
        android:icon="@drawable/ic_extension"
        android:entryValues="@array/nothing_ear1_audio_mode_values"
        android:entries="@array/nothing_ear1_audio_mode_names"
        android:key="pref_nothing_audiomode"
        android:summary="%s"
        android:title="@string/nothing_prefs_audiomode_title" />
</androidx.preference.PreferenceScreen>