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

9 lines
388 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="false"
android:icon="@drawable/ic_wb_sunny"
android:key="light_duration_longer"
android:title="@string/prefs_light_duration_longer" />
</androidx.preference.PreferenceScreen>