mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user