1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-18 11:00:09 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_disable_find_phone_with_dnd.xml
2024-03-31 07:46:47 +00:00

9 lines
422 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreferenceCompat
android:defaultValue="false"
android:icon="@drawable/ic_notifications"
android:key="disable_find_phone_with_dnd"
android:layout="@layout/preference_checkbox"
android:title="@string/pref_disable_find_phone_with_dnd" />
</PreferenceScreen>