1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-12 16:11:12 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_um25.xml
2022-04-15 02:37:53 +02:00

14 lines
569 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<CheckBoxPreference
android:title="Notify if below current threshold"
android:key="um25_current_threshold_notify" />
<EditTextPreference
android:title="Current threshold im mA"
android:key="um25_current_threshold"
android:inputType="number"
android:defaultValue="100"
app:useSimpleSummaryProvider="true" />/>
</PreferenceScreen>