2019-08-07 17:45:59 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-10-01 09:35:08 +02:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:title="@string/turn_screen_on">
|
2019-08-07 17:45:59 +02:00
|
|
|
|
|
|
|
<Preference
|
2019-08-30 14:58:36 +02:00
|
|
|
android:key="turn_screen_on_info"
|
|
|
|
android:layout="@layout/preference_info"
|
2019-09-04 18:06:37 +02:00
|
|
|
android:persistent="false"
|
2019-08-07 17:45:59 +02:00
|
|
|
android:selectable="false"
|
2019-08-30 14:58:36 +02:00
|
|
|
android:title="@string/turn_screen_on_info" />
|
2019-08-07 17:45:59 +02:00
|
|
|
|
2019-08-30 14:58:36 +02:00
|
|
|
<net.osmand.plus.settings.preferences.ListPreferenceEx
|
2019-08-07 17:45:59 +02:00
|
|
|
android:key="turn_screen_on_time_int"
|
2019-09-17 15:57:54 +02:00
|
|
|
android:layout="@layout/preference_with_descr"
|
2019-08-30 14:58:36 +02:00
|
|
|
android:title="@string/wake_time" />
|
2019-08-07 17:45:59 +02:00
|
|
|
|
2019-08-30 14:58:36 +02:00
|
|
|
<net.osmand.plus.settings.preferences.SwitchPreferenceEx
|
2019-08-07 17:45:59 +02:00
|
|
|
android:key="turn_screen_on_sensor"
|
2019-09-17 15:57:54 +02:00
|
|
|
android:layout="@layout/preference_with_descr_dialog_and_switch"
|
2019-09-04 18:06:37 +02:00
|
|
|
android:summaryOff="@string/shared_string_off"
|
|
|
|
android:summaryOn="@string/shared_string_on"
|
2019-08-07 17:45:59 +02:00
|
|
|
android:title="@string/turn_screen_on_sensor" />
|
|
|
|
|
|
|
|
</PreferenceScreen>
|