Gadgetbridge/app/src/main/res/xml/devicesettings_time_sync.xml
2024-09-07 08:22:12 +02:00

10 lines
417 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreferenceCompat
android:defaultValue="true"
android:icon="@drawable/ic_sync"
android:key="time_sync"
android:layout="@layout/preference_checkbox"
android:title="@string/pref_time_sync" />
</androidx.preference.PreferenceScreen>