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

10 lines
441 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">
<SwitchPreferenceCompat
2023-09-02 14:40:53 +02:00
android:defaultValue="true"
android:icon="@drawable/ic_power_settings_new"
android:key="pref_key_power_saving"
android:layout="@layout/preference_checkbox"
2023-09-02 14:40:53 +02:00
android:title="@string/power_saving" />
</androidx.preference.PreferenceScreen>