1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-04 13:02:12 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_lowlatency_fwupdate.xml

9 lines
455 B
XML
Raw Normal View History

2019-06-05 12:51:01 +02:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreference
2021-07-06 09:24:12 +02:00
android:icon="@drawable/ic_mtu"
2019-06-05 12:51:01 +02:00
android:defaultValue="true"
android:key="low_latency_fw_update"
android:summary="@string/pref_summary_low_latency_fw_update"
android:title="@string/pref_title_low_latency_fw_update" />
</androidx.preference.PreferenceScreen>