2020-07-30 15:00:34 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2023-10-06 22:06:35 +02:00
|
|
|
<SwitchPreferenceCompat
|
2021-09-21 16:37:19 +02:00
|
|
|
android:icon="@drawable/ic_chair"
|
2020-07-30 15:00:34 +02:00
|
|
|
android:defaultValue="false"
|
2022-03-07 15:13:23 +01:00
|
|
|
android:key="inactivity_warnings_enable_noshed"
|
2020-07-30 15:00:34 +02:00
|
|
|
android:title="@string/mi2_prefs_inactivity_warnings"
|
|
|
|
android:summary="@string/mi2_prefs_inactivity_warnings_summary"/>
|
|
|
|
</androidx.preference.PreferenceScreen>
|