1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 06:38:01 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_sony_headphones_button_modes_left_right.xml
2021-12-26 19:17:21 +01:00

21 lines
914 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<ListPreference
android:defaultValue="off"
android:entries="@array/sony_wfsp800n_button_mode_names"
android:entryValues="@array/sony_wfsp800n_button_mode_values"
android:icon="@drawable/ic_touch"
android:key="pref_sony_button_mode_left"
android:summary="%s"
android:title="@string/sony_button_mode_left" />
<ListPreference
android:defaultValue="off"
android:entries="@array/sony_wfsp800n_button_mode_names"
android:entryValues="@array/sony_wfsp800n_button_mode_values"
android:icon="@drawable/ic_touch"
android:key="pref_sony_button_mode_right"
android:summary="%s"
android:title="@string/sony_button_mode_right" />
</androidx.preference.PreferenceScreen>