From 0fbc4d85ef9c1a2fe65b579de295355b580ddf2f Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Tue, 11 Oct 2016 18:10:04 +0200 Subject: [PATCH] fix try buttons take two :( --- app/src/main/res/xml/miband_preferences.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/xml/miband_preferences.xml b/app/src/main/res/xml/miband_preferences.xml index e59b4f89..e8afcee2 100644 --- a/app/src/main/res/xml/miband_preferences.xml +++ b/app/src/main/res/xml/miband_preferences.xml @@ -58,14 +58,14 @@ android:defaultValue="@string/p_staccato" android:entries="@array/vibration_profile" android:entryValues="@array/vibration_profile_values" - android:key="mi_vibration_profile_sms" + android:key="mi_vibration_profile_generic_sms" android:title="@string/miband_prefs_vibration" android:summary="%s" /> @@ -105,14 +105,14 @@ android:defaultValue="@string/p_medium" android:entries="@array/vibration_profile" android:entryValues="@array/vibration_profile_values" - android:key="mi_vibration_profile_email" + android:key="mi_vibration_profile_generic_email" android:title="@string/miband_prefs_vibration" android:summary="%s" />