1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-13 00:24:44 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_donotdisturb_lift_wrist.xml

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>