2021-09-30 22:40:18 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:icon="@drawable/ic_extension"
|
|
|
|
android:key="pref_nothing_inear_detection"
|
2021-10-07 20:22:41 +02:00
|
|
|
android:summary="@string/nothing_prefs_inear_summary"
|
|
|
|
android:title="@string/nothing_prefs_inear_title" />
|
2021-09-30 22:40:18 +02:00
|
|
|
<ListPreference
|
|
|
|
android:icon="@drawable/ic_extension"
|
|
|
|
android:entryValues="@array/nothing_ear1_audio_mode"
|
|
|
|
android:entries="@array/nothing_ear1_audio_mode"
|
|
|
|
android:key="pref_nothing_audiomode"
|
|
|
|
android:summary="%s"
|
2021-10-07 20:22:41 +02:00
|
|
|
android:title="@string/nothing_prefs_audiomode_title" />
|
2021-09-30 22:40:18 +02:00
|
|
|
</androidx.preference.PreferenceScreen>
|