2021-11-16 14:25:58 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-07-25 21:50:20 +02:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2021-11-16 14:25:58 +01:00
|
|
|
|
|
|
|
<PreferenceCategory
|
2023-07-25 21:50:20 +02:00
|
|
|
android:title="@string/watchface_setting_title_display_refresh_timeout"
|
|
|
|
app:iconSpaceReserved="false">
|
2021-11-16 14:25:58 +01:00
|
|
|
|
|
|
|
<EditTextPreference
|
|
|
|
android:key="pref_hybridhr_watchface_refresh_full"
|
|
|
|
android:persistent="false"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:title="@string/watchface_setting_display_refresh_full"
|
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<EditTextPreference
|
2021-11-16 14:25:58 +01:00
|
|
|
android:key="pref_hybridhr_watchface_refresh_partial"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/watchface_setting_display_refresh_partial"
|
|
|
|
app:iconSpaceReserved="false" />
|
2021-11-16 14:25:58 +01:00
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
<PreferenceCategory
|
2023-07-25 21:50:20 +02:00
|
|
|
android:title="@string/watchface_setting_title_wrist_flick"
|
|
|
|
app:iconSpaceReserved="false">
|
2021-11-16 14:25:58 +01:00
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:enabled="false"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:selectable="false"
|
2021-11-16 14:25:58 +01:00
|
|
|
android:singleLineTitle="false"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:title="@string/watchface_setting_desc_wrist_flick"
|
|
|
|
app:iconSpaceReserved="false" />
|
2023-10-06 22:06:35 +02:00
|
|
|
<SwitchPreferenceCompat
|
2021-11-16 14:25:58 +01:00
|
|
|
android:key="pref_hybridhr_watchface_wrist_flick_relative"
|
2024-03-31 00:31:23 +01:00
|
|
|
android:layout="@layout/preference_checkbox"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:persistent="false"
|
2021-11-16 14:25:58 +01:00
|
|
|
android:title="@string/watchface_setting_wrist_flick_move_relative"
|
2023-07-25 21:50:20 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
2021-11-16 14:25:58 +01:00
|
|
|
<EditTextPreference
|
|
|
|
android:key="pref_hybridhr_watchface_wrist_flick_hour_hand"
|
|
|
|
android:persistent="false"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:title="@string/watchface_setting_wrist_flick_hour"
|
|
|
|
app:iconSpaceReserved="false" />
|
2021-11-16 14:25:58 +01:00
|
|
|
<EditTextPreference
|
2023-07-25 21:50:20 +02:00
|
|
|
android:key="pref_hybridhr_watchface_wrist_flick_minute_hand"
|
2021-11-16 14:25:58 +01:00
|
|
|
android:persistent="false"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:title="@string/watchface_setting_wrist_flick_minute"
|
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<EditTextPreference
|
2021-11-16 14:25:58 +01:00
|
|
|
android:key="pref_hybridhr_watchface_wrist_flick_duration"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/watchface_setting_wrist_flick_duration"
|
|
|
|
app:iconSpaceReserved="false" />
|
2021-11-16 14:25:58 +01:00
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
2022-07-25 22:23:22 +02:00
|
|
|
<PreferenceCategory
|
2023-07-25 21:50:20 +02:00
|
|
|
android:title="@string/watchface_setting_title_custom_events"
|
|
|
|
app:iconSpaceReserved="false">
|
2022-07-25 22:23:22 +02:00
|
|
|
|
|
|
|
<ListPreference
|
2023-07-25 21:50:20 +02:00
|
|
|
android:dialogTitle="@string/watchface_setting_button_toggle_widgets"
|
|
|
|
android:entries="@array/pref_hybridhr_watchface_events_items"
|
|
|
|
android:entryValues="@array/pref_hybridhr_watchface_events_values"
|
|
|
|
android:key="pref_hybridhr_watchface_toggle_widgets"
|
|
|
|
android:negativeButtonText="@string/Cancel"
|
2022-07-25 22:23:22 +02:00
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/watchface_setting_button_toggle_widgets"
|
2023-07-25 21:50:20 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<ListPreference
|
|
|
|
android:dialogTitle="@string/watchface_setting_button_toggle_backlight"
|
2022-09-12 17:38:18 +02:00
|
|
|
android:entries="@array/pref_hybridhr_watchface_events_items"
|
|
|
|
android:entryValues="@array/pref_hybridhr_watchface_events_values"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:key="pref_hybridhr_watchface_toggle_backlight"
|
|
|
|
android:negativeButtonText="@string/Cancel"
|
2022-08-01 17:21:55 +02:00
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/watchface_setting_button_toggle_backlight"
|
2023-07-25 21:50:20 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<ListPreference
|
|
|
|
android:dialogTitle="@string/watchface_setting_button_move_hands"
|
2022-09-12 17:38:18 +02:00
|
|
|
android:entries="@array/pref_hybridhr_watchface_events_items"
|
|
|
|
android:entryValues="@array/pref_hybridhr_watchface_events_values"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:key="pref_hybridhr_watchface_move_hands"
|
|
|
|
android:negativeButtonText="@string/Cancel"
|
2022-09-12 17:38:18 +02:00
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/watchface_setting_button_move_hands"
|
2023-07-25 21:50:20 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
2022-07-25 22:23:22 +02:00
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
2021-11-16 14:25:58 +01:00
|
|
|
<PreferenceCategory
|
2023-07-25 21:50:20 +02:00
|
|
|
android:title="@string/watchface_setting_title_power_saving"
|
|
|
|
app:iconSpaceReserved="false">
|
2021-11-16 14:25:58 +01:00
|
|
|
|
2023-10-06 22:06:35 +02:00
|
|
|
<SwitchPreferenceCompat
|
2021-11-16 14:25:58 +01:00
|
|
|
android:key="pref_hybridhr_watchface_power_saving_display"
|
2024-03-31 00:31:23 +01:00
|
|
|
android:layout="@layout/preference_checkbox"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:persistent="false"
|
2021-11-16 14:25:58 +01:00
|
|
|
android:title="@string/watchface_setting_power_saving_display"
|
2023-07-25 21:50:20 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
2023-10-06 22:06:35 +02:00
|
|
|
<SwitchPreferenceCompat
|
2021-11-16 14:25:58 +01:00
|
|
|
android:key="pref_hybridhr_watchface_power_saving_hands"
|
2024-03-31 00:31:23 +01:00
|
|
|
android:layout="@layout/preference_checkbox"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:persistent="false"
|
2021-11-16 14:25:58 +01:00
|
|
|
android:title="@string/watchface_setting_power_saving_hands"
|
2023-07-25 21:50:20 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
2023-10-06 22:06:35 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-03-22 20:52:43 +01:00
|
|
|
android:key="pref_hybridhr_watchface_light_up_on_notification"
|
2024-03-31 00:31:23 +01:00
|
|
|
android:layout="@layout/preference_checkbox"
|
2023-07-25 21:50:20 +02:00
|
|
|
android:persistent="false"
|
2022-03-22 20:52:43 +01:00
|
|
|
android:title="@string/watchface_setting_light_up_on_notification"
|
2023-07-25 21:50:20 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
2021-11-16 14:25:58 +01:00
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|