1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 11:26:09 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_antilost.xml
2020-10-10 22:03:46 +02:00

10 lines
450 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreference
android:defaultValue="true"
android:icon="@drawable/ic_vibration"
android:key="pref_antilost_enabled"
android:summary="@string/lefun_prefs_antilost_summary"
android:title="@string/lefun_prefs_antilost_title" />
</androidx.preference.PreferenceScreen>