blob: 9f56016aa4362920a7986a3450e1e3368646725e [file] [log] [blame]
Alex Cruz1c283972018-01-10 16:44:09 -05001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 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
18 xmlns:android="http://schemas.android.com/apk/res/android"
Alex Cruz1c283972018-01-10 16:44:09 -050019 android:title="@string/lockscreen_item_title"
20 android:key="lockscreen_item">
21
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020022 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
enzoo961327bae2018-04-26 20:06:58 +000023 android:key="hide_lockscreen_status_bar"
Alex Cruz1c283972018-01-10 16:44:09 -050024 android:title="@string/hide_lockscreen_status_bar_title"
25 android:summary="@string/hide_lockscreen_status_bar_summary"
26 android:defaultValue="false" />
27
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020028 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
Alex Cruz1c283972018-01-10 16:44:09 -050029 android:key="hide_lockscreen_clock"
30 android:title="@string/hide_lockscreen_clock_title"
31 android:summary="@string/hide_lockscreen_clock_summary"
32 android:defaultValue="false" />
33
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020034 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
Alex Cruz1c283972018-01-10 16:44:09 -050035 android:key="hide_lockscreen_date"
36 android:title="@string/hide_lockscreen_date_title"
37 android:summary="@string/hide_lockscreen_date_summary"
38 android:defaultValue="false" />
39
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020040 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
Alex Cruz1c283972018-01-10 16:44:09 -050041 android:key="hide_lockscreen_alarm"
42 android:title="@string/hide_lockscreen_alarm_title"
43 android:summary="@string/hide_lockscreen_alarm_summary"
44 android:defaultValue="false" />
45
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020046 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
enzoo961327bae2018-04-26 20:06:58 +000047 android:key="hide_lockscreen_indicator_display"
48 android:title="@string/hide_lockscreen_indicator_display_title"
49 android:summary="@string/hide_lockscreen_indicator_display_summary"
50 android:defaultValue="false" />
51
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020052 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
enzoo96058195d2018-04-27 11:42:57 +000053 android:key="hide_lockscreen_icon"
54 android:title="@string/hide_lockscreen_icon_title"
55 android:summary="@string/hide_lockscreen_icon_summary"
56 android:defaultValue="false" />
57
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020058 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
maxwend2ec4a12018-05-03 02:26:34 +020059 android:key="lockscreen_weather"
60 android:title="@string/lockscreen_weather_title"
61 android:summary="@string/lockscreen_weather_summary"
62 android:defaultValue="false" />
63
64 <Preference
65 android:icon="@drawable/ic_info_outline_24dp"
66 android:persistent="false"
67 android:summary="@string/lockscreen_items_aod_info_title" />
Alex Cruz1c283972018-01-10 16:44:09 -050068</PreferenceScreen>
69