Gadgetbridge/app/src/main/res/xml/devicesettings_power_saving.xml
2024-08-23 14:05:11 +00:00

9 lines
373 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_power_settings_new"
android:key="power_saving"
android:title="@string/power_saving" />
</androidx.preference.PreferenceScreen>