Fossil Hybrid HR: Add back button_3_function_long configuration

This commit is contained in:
Arjan Schrijver 2022-02-16 21:02:47 +01:00
parent 510a754303
commit f2d76fe01f

View File

@ -41,11 +41,12 @@
android:key="button_3_function_short"
android:summary="%s"
android:title="@string/pref_title_lower_button_function_short" />
<Preference
android:selectable="false"
android:persistent="false"
<ListPreference
android:defaultValue="musicApp"
android:entries="@array/pref_hybridhr_buttonfunctions"
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
android:key="button_3_function_long"
android:summary="@string/menuitem_notifications"
android:summary="%s"
android:title="@string/pref_title_lower_button_function_long" />
<Preference
android:selectable="false"