blob: f99a5f2a857392a80ccdb55f8c719ddad4cf9cc1 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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"
android:key="interface_bars"
android:title="@string/interface_bars_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<!-- Status bar -->
<PreferenceCategory
android:key="category_status_bar"
android:title="@string/bars_and_menus_category_status_bar_title">
<CheckBoxPreference
android:key="status_bar_brightness_control"
android:title="@string/status_bar_toggle_brightness"
android:summary="@string/status_bar_toggle_brightness_summary"
android:persistent="false"/>
<CheckBoxPreference
android:key="status_bar_notif_count"
android:title="@string/status_bar_notif_count_title"
android:summary="@string/status_bar_notif_count_summary"
android:persistent="false"/>
<PreferenceScreen
android:fragment="org.omnirom.omnigears.slim.StatusBarClockStyle"
android:key="clock_style_pref"
android:title="@string/status_bar_clock" />
</PreferenceCategory>
<PreferenceCategory
android:key="category_quick_settings"
android:title="@string/quick_settings_category_title">
<ListPreference
android:key="quick_pulldown"
android:title="@string/title_quick_pulldown"
android:summary="@string/summary_quick_pulldown"
android:entries="@array/quick_pulldown_entries"
android:entryValues="@array/quick_pulldown_values"
android:persistent="false" />
<ListPreference
android:key="smart_pulldown"
android:title="@string/smart_pulldown_title"
android:summary="@string/smart_pulldown_summary"
android:entries="@array/smart_pulldown_entries"
android:entryValues="@array/smart_pulldown_values"
android:persistent="false" />
<CheckBoxPreference
android:key="quicksettings_dynamic_row"
android:title="@string/qs_configurable_title"
android:summary="@string/qs_configurable_summary"
android:persistent="false"/>
</PreferenceCategory>
<!-- Network traffic meter -->
<PreferenceCategory
android:key="category_network_traffic"
android:title="@string/network_traffic_title">
<CheckBoxPreference
android:key="status_bar_network_activity"
android:title="@string/show_activity_indicators_on_status_bar_title"
android:summary="@string/show_activity_indicators_on_status_bar_summary"
android:persistent="false"/>
<ListPreference
android:key="network_traffic_state"
android:title="@string/show_network_traffic_state"
android:entries="@array/show_network_traffic_state_entries"
android:entryValues="@array/show_network_traffic_state_values"
android:persistent="false" />
<ListPreference
android:key="network_traffic_unit"
android:title="@string/show_network_traffic_unit"
android:entries="@array/show_network_traffic_unit_entries"
android:entryValues="@array/show_network_traffic_unit_values"
android:persistent="false" />
<ListPreference
android:key="network_traffic_period"
android:title="@string/show_network_traffic_frequency"
android:entries="@array/show_network_traffic_frequency_entries"
android:entryValues="@array/show_network_traffic_frequency_values"
android:persistent="false" />
</PreferenceCategory>
<!-- Navigation bar -->
<PreferenceCategory
android:key="category_navigation_bar"
android:title="@string/bars_and_menus_category_navigation_bar_title">
<PreferenceScreen
android:key="navigation_bar"
android:fragment="org.omnirom.omnigears.interfacesettings.NavBar"
android:title="@string/navigation_bar_title" />
<PreferenceScreen
android:key="navigation_ring"
android:fragment="org.omnirom.omnigears.interfacesettings.NavRing"
android:title="@string/navigation_ring_title" />
<CheckBoxPreference
android:key="soft_back_kill_app"
android:title="@string/soft_back_kill_app_title"
android:summary="@string/soft_back_kill_app_summary"
android:persistent="false"/>
<CheckBoxPreference
android:key="emulate_menu_key"
android:title="@string/emulate_menu_key_title"
android:summary="@string/emulate_menu_key_summary"
android:persistent="false"/>
</PreferenceCategory>
</PreferenceScreen>