mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 11:26:47 +01:00
Mi Band 5: Fix vibration patterns preference keys
This commit is contained in:
parent
b220fef74e
commit
f3e5ed2bf8
@ -10,7 +10,7 @@
|
||||
<PreferenceCategory android:title="@string/pref_screen_vibration_patterns_title" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="vibration_profile_key"
|
||||
android:key="vibration_profile_key_app_alerts"
|
||||
android:icon="@drawable/ic_settings_applications"
|
||||
android:title="@string/pref_screen_notification_profile_generic"
|
||||
android:persistent="false">
|
||||
@ -40,7 +40,7 @@
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="vibration_profile_key"
|
||||
android:key="vibration_profile_key_incoming_call"
|
||||
android:icon="@drawable/ic_phone"
|
||||
android:title="@string/pref_screen_notification_profile_incoming_call"
|
||||
android:persistent="false">
|
||||
@ -70,7 +70,7 @@
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="vibration_profile_key"
|
||||
android:key="vibration_profile_key_incoming_sms"
|
||||
android:icon="@drawable/ic_message_outline"
|
||||
android:title="@string/pref_screen_notification_profile_sms"
|
||||
android:persistent="false">
|
||||
@ -100,7 +100,7 @@
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="vibration_profile_key"
|
||||
android:key="vibration_profile_key_goal_notification"
|
||||
android:icon="@drawable/ic_star_gray"
|
||||
android:title="@string/mi2_prefs_goal_notification"
|
||||
android:persistent="false">
|
||||
@ -130,7 +130,7 @@
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="vibration_profile_key"
|
||||
android:key="vibration_profile_key_alarm"
|
||||
android:icon="@drawable/ic_access_alarms"
|
||||
android:title="@string/vibration_profile_alarm_clock"
|
||||
android:persistent="false">
|
||||
@ -160,7 +160,7 @@
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="vibration_profile_key"
|
||||
android:key="vibration_profile_key_idle_alerts"
|
||||
android:icon="@drawable/ic_seat_normal"
|
||||
android:title="@string/pref_screen_notification_idle_alerts"
|
||||
android:persistent="false">
|
||||
@ -190,7 +190,7 @@
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="vibration_profile_key"
|
||||
android:key="vibration_profile_key_event_reminder"
|
||||
android:icon="@drawable/ic_device_set_reminders"
|
||||
android:title="@string/pref_screen_notification_profile_event_reminder"
|
||||
android:persistent="false">
|
||||
@ -220,7 +220,7 @@
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="vibration_profile_key"
|
||||
android:key="vibration_profile_key_find_band"
|
||||
android:icon="@drawable/ic_action_find_lost_device"
|
||||
android:title="@string/pref_screen_notification_profile_find_device"
|
||||
android:persistent="false">
|
||||
|
Loading…
Reference in New Issue
Block a user