blob: 5655f3c5260c2b1eb9268c19d60d7639db79da53 [file] [log] [blame]
maxwen3b53c542017-08-29 18:27:15 +02001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 The OmniROM Project
3
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>.
16-->
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
19
20 <PreferenceCategory
21 android:key="category_statusbar"
22 android:title="@string/statusbar_title">
23
maxwen939dbdf2017-10-08 18:30:35 +020024 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
maxwen3b53c542017-08-29 18:27:15 +020025 android:key="double_tap_sleep_gesture"
26 android:title="@string/double_tap_to_sleep_title"
27 android:summary="@string/double_tap_to_sleep_summary"
28 android:defaultValue="false" />
Marko Man817fc722017-10-02 13:30:52 +020029
maxwen939dbdf2017-10-08 18:30:35 +020030 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
Marko Man817fc722017-10-02 13:30:52 +020031 android:key="status_bar_ime_notification"
32 android:title="@string/status_bar_ime_notification_title"
33 android:summary="@string/status_bar_ime_notification_summary"
34 android:defaultValue="true"/>
maxwen52748b62017-01-05 00:19:34 +010035
maxwen939dbdf2017-10-08 18:30:35 +020036 <Preference
maxwen52748b62017-01-05 00:19:34 +010037 android:key="category_network_traffic"
38 android:title="@string/network_traffic_title"
maxwen939dbdf2017-10-08 18:30:35 +020039 android:summary="@string/network_traffic_summary"
maxwen52748b62017-01-05 00:19:34 +010040 android:fragment="org.omnirom.omnigears.interfacesettings.NetworkTraffic" />
41
maxwen939dbdf2017-10-08 18:30:35 +020042 </PreferenceCategory>
43
Marko Man817fc722017-10-02 13:30:52 +020044 <PreferenceCategory
45 android:key="category_navigationbar"
46 android:title="@string/navigationbar_title">
47
maxwen939dbdf2017-10-08 18:30:35 +020048 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
Marko Man817fc722017-10-02 13:30:52 +020049 android:key="navigation_bar_ime_button"
50 android:title="@string/navigation_bar_ime_button_title"
51 android:summary="@string/navigation_bar_ime_button_summary"
52 android:defaultValue="true"/>
53
maxwen2ef717d2017-10-18 02:18:26 +020054 </PreferenceCategory>
55
56 <PreferenceCategory
57 android:key="lockscreen_category"
58 android:title="@string/lockscreen_category_title" >
59
60 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
61 android:key="lockscreen_hide_media"
62 android:title="@string/lockscreen_hide_media_title"
63 android:summary="@string/lockscreen_hide_media_summary"
64 android:defaultValue="false" />
maxwen52748b62017-01-05 00:19:34 +010065
maxwen1260b0e2018-01-20 23:37:16 +010066 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
67 android:key="double_tap_sleep_lockscreen"
68 android:title="@string/double_tap_sleep_lockscreen_title"
69 android:summary="@string/double_tap_sleep_lockscreen_summary"
70 android:defaultValue="false" />
71
maxwen3b53c542017-08-29 18:27:15 +020072 </PreferenceCategory>
73</PreferenceScreen>