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

11 lines
406 B
XML

<?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_arrow_upward"
android:key="do_not_disturb_lift_wrist"
android:title="@string/mi2_prefs_do_not_disturb_lift_wrist" />
</androidx.preference.PreferenceScreen>