1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 03:16:07 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_cycling_sensor.xml
2023-05-18 01:51:34 +02:00

13 lines
541 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<EditTextPreference
android:defaultValue="60"
android:inputType="number"
android:title="Persistence interval"
android:summary="Interval in seconds when the current cycling data should be written to the database"
android:icon="@drawable/ic_activity_biking"
android:key="pref_cycling_persistence_interval" />
</androidx.preference.PreferenceScreen>