blob: 2d3db9a2c7c0118ea4c12d181aee64a90272f560 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 The OmniROM Project
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
android:key="lockscreen_shortcut"
android:title="@string/lockscreen_shortcut_title" >
<org.omnirom.omnigears.preference.SecureSettingSwitchPreference
android:key="lockscreen_shortcuts_enable"
android:title="@string/lockscreen_shortcuts_enable_title"
android:defaultValue="true"/>
<org.omnirom.omnigears.preference.SecureCheckBoxPreference
android:key="lockscreen_camera_shortcut_enable"
android:title="@string/lockscreen_camera_shortcut_enable_title"
android:summary="@string/lockscreen_camera_shortcut_enable_summary"
android:defaultValue="true"
android:dependency="lockscreen_shortcuts_enable" />
<org.omnirom.omnigears.preference.SecureCheckBoxPreference
android:key="lockscreen_left_shortcut_enable"
android:title="@string/lockscreen_left_shortcut_enable_title"
android:summary="@string/lockscreen_left_shortcut_enable_summary"
android:defaultValue="true"
android:dependency="lockscreen_shortcuts_enable" />
<org.omnirom.omnigears.preference.SecureCheckBoxPreference
android:key="lockscreen_voice_shortcut"
android:title="@string/lockscreen_voice_shortcut_title"
android:summary="@string/lockscreen_voice_shortcut_summary"
android:defaultValue="true"
android:dependency="lockscreen_left_shortcut_enable" />
<!--
<Preference
android:key="lockscreen_shortcuts"
android:title="@string/lockscreen_shortcuts_title"
android:summary="@string/lockscreen_shortcuts_summary"
android:persistent="false"
android:dependency="lockscreen_shortcuts_enable" />
-->
</PreferenceCategory>
<PreferenceCategory
android:key="lockscreen_other"
android:title="@string/other_category" >
<org.omnirom.omnigears.preference.SecureSettingSwitchPreference
android:key="lockscreen_hide_indicator_display"
android:title="@string/lockscreen_hide_indicator_display_title"
android:summary="@string/lockscreen_hide_indicator_display_summary" />
<org.omnirom.omnigears.preference.SecureSettingSwitchPreference
android:key="lockscreen_qs_disabled"
android:title="@string/lockscreen_qs_disabled_title"
android:summary="@string/lockscreen_qs_summary"/>
<org.omnirom.omnigears.preference.SecureSettingSwitchPreference
android:key="lockscreen_power_menu_disabled"
android:title="@string/lockscreen_power_menu_disabled_title"
android:summary="@string/lockscreen_power_menu_disabled_summary" />
<org.omnirom.omnigears.preference.SystemSettingSwitchPreference
android:key="lockscreen_hide_media"
android:title="@string/lockscreen_hide_media_title"
android:summary="@string/lockscreen_hide_media_summary" />
<org.omnirom.omnigears.preference.SecureSettingSwitchPreference
android:key="lockscreen_hide_status_bar"
android:title="@string/lockscreen_hide_status_bar_title"
android:summary="@string/lockscreen_hide_status_bar_summary"/>
</PreferenceCategory>
<PreferenceCategory
android:key="lockscreen_clock"
android:title="@string/lockscreen_clock" >
<org.omnirom.omnigears.preference.SystemSettingSwitchPreference
android:key="lockscreen_clock_enable"
android:title="@string/lockscreen_clock_enable_title"
android:summary="@string/lockscreen_clock_enable_summary"
android:defaultValue="true" />
<CheckBoxPreference
android:key="lockscreen_clock_display_time"
android:title="@string/lockscreen_clock_display_time_title"
android:persistent="false"
android:defaultValue="true"
android:dependency="lockscreen_clock_enable" />
<CheckBoxPreference
android:key="lockscreen_clock_display_date"
android:title="@string/lockscreen_clock_display_date_title"
android:persistent="false"
android:defaultValue="true"
android:dependency="lockscreen_clock_enable" />
<CheckBoxPreference
android:key="lockscreen_clock_display_alarm"
android:title="@string/lockscreen_clock_display_alarm_title"
android:persistent="false"
android:defaultValue="true"
android:dependency="lockscreen_clock_enable" />
<org.omnirom.omnigears.preference.FontPreference
android:key="lockscreen_clock_font"
android:title="@string/lockscreen_clock_font_title"
android:persistent="false"
android:dependency="lockscreen_clock_enable" />
<org.omnirom.omnigears.preference.ColorPickerPreference
android:key="lockscreen_clock_color"
android:title="@string/lockscreen_clock_color_title"
android:persistent="false"
android:dependency="lockscreen_clock_enable" />
<org.omnirom.omnigears.preference.NumberPickerPreference
android:key="lockscreen_clock_size"
android:title="@string/lockscreen_clock_size_title"
android:persistent="false"
android:dependency="lockscreen_clock_enable" />
<CheckBoxPreference
android:key="lockscreen_clock_shadow"
android:title="@string/lockscreen_clock_shadow_title"
android:persistent="false"
android:defaultValue="false"
android:dependency="lockscreen_clock_enable" />
</PreferenceCategory>
</PreferenceScreen>