diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 9a387c744..8e81c0715 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -5,45 +5,47 @@ android:key="pref_key_general" android:title="@string/pref_header_general"> - + + android:layout="@layout/preference_checkbox" + android:summary="@string/pref_summary_mb_intents" + android:title="@string/pref_title_mb_intents" /> + android:title="@string/pref_title_audio_player" /> - + + android:summary="@string/pref_rtl_max_line_length_summary" + android:title="@string/pref_rtl_max_line_length" /> + android:summary="@string/pref_title_weather_summary" + android:title="@string/pref_title_weather"> + app:useSimpleSummaryProvider="true" /> @@ -126,9 +128,9 @@ android:key="pref_key_datetime" android:title="@string/pref_header_datetime"> @@ -142,14 +144,14 @@ android:key="location_latitude" android:maxLength="7" android:title="@string/pref_title_location_latitude" - app:useSimpleSummaryProvider="true" /> + app:useSimpleSummaryProvider="true" /> + app:useSimpleSummaryProvider="true" /> - + + android:key="pebble_pref_privacy_mode" + android:summary="%s" + android:title="@string/pref_title_pebble_privacy_mode" /> @@ -237,30 +238,29 @@ android:summary="%s" android:title="@string/pref_title_pebble_activitytracker" /> + android:key="pebble_health_store_raw" + android:layout="@layout/preference_checkbox" + android:summary="@string/pref_summary_pebble_health_store_raw" + android:title="@string/pref_title_pebble_health_store_raw" /> > - + + android:summary="@string/pref_summary_pebble_mtu_limit" + android:title="@string/pref_title_pebble_mtu_limit" /> + app:useSimpleSummaryProvider="true" /> + android:title="@string/pref_title_screentime" /> - + android:title="@string/zetime_title_settings" /> - + + android:summary="%s" + android:title="@string/pref_title_auto_export_location" /> + android:summary="@string/pref_summary_auto_export_interval" + android:title="@string/pref_title_auto_export_interval" /> - + + android:layout="@layout/preference_checkbox" + android:summary="@string/pref_auto_fetch_summary" + android:title="@string/pref_auto_fetch" /> + android:summary="@string/pref_auto_fetch_limit_fetches_summary" + android:title="@string/pref_auto_fetch_limit_fetches" /> + android:summary="@string/activity_prefs_summary_allow_bluetooth_intent_api" + android:title="@string/activity_prefs_allow_bluetooth_intent_api" /> + android:summary="@string/intent_api_allow_activity_sync_summary" + android:title="@string/intent_api_allow_activity_sync_title" /> + android:summary="@string/intent_api_allow_trigger_export_summary" + android:title="@string/intent_api_allow_trigger_export_title" /> + android:summary="@string/intent_api_broadcast_export_summary" + android:title="@string/intent_api_broadcast_export_title" /> + android:summary="@string/intent_api_allow_debug_commands_summary" + android:title="@string/intent_api_allow_debug_commands_title" />