blob: 1e6f22eae369a7de25e1eea43fa2bfb721a7c3f7 [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"/>
<CheckBoxPreference
android:key="status_bar_traffic"
android:title="@string/show_network_speed"
android:summary="@string/show_network_speed_summary"
android:persistent="false" />
<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="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" />
</PreferenceCategory>
<!-- Navigation bar -->
<PreferenceCategory
android:key="category_navigation_bar"
android:title="@string/bars_and_menus_category_navigation_bar_title">
<PreferenceScreen
android:key="navigation_ring"
android:fragment="org.omnirom.omnigears.interfacesettings.NavRing"
android:title="@string/navigation_ring_title" />
</PreferenceCategory>
</PreferenceScreen>