OSDN Git Service

Move SecondScreen shortcut to "Advanced features"
[android-x86/packages-apps-Taskbar.git] / app / src / main / res / xml / pref_advanced.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2016 Braden Farmer
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
16
17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
18
19     <CheckBoxPreference
20         android:defaultValue="false"
21         android:key="launcher"
22         android:title="@string/pref_title_launcher"
23         android:summary="@string/pref_description_launcher" />
24
25     <CheckBoxPreference
26         android:defaultValue="false"
27         android:key="keyboard_shortcut"
28         android:title="@string/pref_title_keyboard_shortcut" />
29
30     <CheckBoxPreference
31         android:defaultValue="false"
32         android:key="dashboard"
33         android:title="@string/dashboard"
34         android:summary="@string/dashboard_description" />
35
36     <Preference
37         android:key="dashboard_grid_size"
38         android:title="@string/dashboard_grid_size" />
39
40     <Preference
41         android:key="navigation_bar_buttons"
42         android:title="@string/navigation_bar_buttons"
43         android:summary="@string/navigation_bar_buttons_description" />
44
45     <Preference
46         android:key="secondscreen"
47         android:summary="@string/pref_secondscreen_description"
48         android:widgetLayout="@layout/secondscreen_pref_widget"/>
49
50     <Preference
51         android:key="clear_pinned_apps"
52         android:title="@string/clear_pinned_apps"/>
53
54     <PreferenceCategory android:key="dummy" android:title="\n\n" />
55
56 </PreferenceScreen>