Gadgetbridge/app/src/main/res/xml/devicesettings_buttonactions_upper_long.xml

12 lines
549 B
XML
Raw Normal View History

2022-10-22 21:53:45 +02:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<ListPreference
android:defaultValue=""
android:entries="@array/pref_zepp_os_apps"
android:entryValues="@array/pref_zepp_os_apps_values"
android:icon="@drawable/ic_smart_button"
android:key="pref_button_action_upper_long"
android:summary="%s"
android:title="@string/pref_title_upper_button_long_press_action" />
</androidx.preference.PreferenceScreen>