Amazfit Bip: allow to set displayed menu item in firmware >=0.1.1.14

NOTE:
- You will have to be connected while doing the changes in preferences (FIXME)
- It might not work at all since I did not test after the latest changes :P
This commit is contained in:
Andreas Shimokawa
2018-04-27 09:28:33 +02:00
parent c036701722
commit e1ef2455dc
7 changed files with 125 additions and 12 deletions
+8
View File
@@ -193,6 +193,14 @@
android:key="amazfitbip_language"
android:summary="%s"
android:title="@string/pref_title_language" />
<MultiSelectListPreference
android:dialogTitle="@string/mi2_prefs_display_items"
android:defaultValue="@array/pref_bip_display_items_default"
android:entries="@array/pref_bip_display_items"
android:entryValues="@array/pref_bip_display_items_values"
android:key="bip_display_items"
android:summary="@string/mi2_prefs_display_items_summary"
android:title="@string/mi2_prefs_display_items"/>
</PreferenceScreen>
<PreferenceScreen
android:icon="@drawable/ic_device_pebble"