mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 02:21:14 +01:00
58711ff2d2
* inactivity warnings * activate display on lift * timeformat * TODO: screen timeout, find-my-device,...
10 lines
467 B
XML
10 lines
467 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<SwitchPreference
|
|
android:icon="@drawable/ic_activity_sleep"
|
|
android:defaultValue="false"
|
|
android:key="screen_longsit_noshed"
|
|
android:title="@string/mi2_prefs_inactivity_warnings"
|
|
android:summary="@string/mi2_prefs_inactivity_warnings_summary"/>
|
|
</androidx.preference.PreferenceScreen>
|