mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-01 11:42:18 +01:00
11 lines
462 B
XML
11 lines
462 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<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"/>
|
||
|
</PreferenceScreen>
|