blob: 7a3c13ab59508fa53373d546bd96e6f24cd148b7 [file] [log] [blame]
maxwenbcf02372017-08-30 16:13:10 +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 -->
maxwenbcf02372017-08-30 16:13:10 +020017<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
maxwen0c7e4e22018-03-09 18:36:45 +010018 android:key="button_settings"
19 android:title="@string/button_settings_title" >
maxwenbcf02372017-08-30 16:13:10 +020020
21 <PreferenceCategory
22 android:key="button_other"
23 android:title="@string/button_other_title" >
maxwen58f71942017-08-31 14:37:41 +020024
maxwenbcf02372017-08-30 16:13:10 +020025 <ListPreference
26 android:key="navbar_recents_style"
27 android:title="@string/navbar_recents_style_title"
28 android:entries="@array/navbar_recents_style_entries"
29 android:entryValues="@array/navbar_recents_style_values"
30 android:persistent="false"/>
Marko Mana5397012016-10-21 12:49:53 +020031
maxwenbcf02372017-08-30 16:13:10 +020032 </PreferenceCategory>
maxwencc4b2ae2017-08-31 17:08:48 +020033
maxwenbcf02372017-08-30 16:13:10 +020034</PreferenceScreen>