Gadgetbridge/app/src/main/res/xml/devicesettings_time_sync.xml

9 lines
358 B
XML
Raw Normal View History

2023-09-02 14:40:53 +02:00
<?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_sync"
android:key="time_sync"
android:title="@string/pref_time_sync" />
</androidx.preference.PreferenceScreen>