OSDN Git Service

Accomodating multiple preview screen with ViewPager for the users to
[android-x86/packages-apps-Settings.git] / res / xml / accessibility_settings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2009 The Android Open Source Project
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         xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
19         android:title="@string/accessibility_settings"
20         android:persistent="true">
21
22     <PreferenceScreen
23         android:key="accessibility_settings_for_setup_wizard"
24         android:title="@string/accessibility_settings_for_setup_wizard_title"
25         android:fragment="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
26
27     <PreferenceCategory
28             android:key="services_category"
29             android:title="@string/accessibility_services_title">
30     </PreferenceCategory>
31
32     <PreferenceCategory
33             android:key="system_category"
34             android:title="@string/accessibility_system_title">
35
36         <PreferenceScreen
37             android:fragment="com.android.settings.accessibility.CaptionPropertiesFragment"
38             android:key="captioning_preference_screen"
39             android:title="@string/accessibility_captioning_title" />
40
41         <PreferenceScreen
42             android:fragment="com.android.settings.accessibility.ToggleScreenMagnificationPreferenceFragment"
43             android:key="screen_magnification_preference_screen"
44             android:title="@string/accessibility_screen_magnification_title"/>
45
46         <PreferenceScreen
47             android:fragment="com.android.settings.accessibility.ToggleFontSizePreferenceFragment"
48             android:key="font_size_preference_screen"
49             android:title="@string/title_font_size"/>
50
51         <PreferenceScreen
52             android:fragment="com.android.settings.accessibility.ToggleAutoclickPreferenceFragment"
53             android:key="autoclick_preference_screen"
54             android:title="@string/accessibility_autoclick_preference_title"/>
55
56         <SwitchPreference
57                 android:key="toggle_large_text_preference"
58                 android:title="@string/accessibility_toggle_large_text_preference_title"
59                 android:persistent="false"/>
60
61         <SwitchPreference
62                 android:key="toggle_high_text_contrast_preference"
63                 android:title="@string/accessibility_toggle_high_text_contrast_preference_title"
64                 android:summary="@string/experimental_preference"
65                 android:persistent="false"/>
66
67         <SwitchPreference
68                 android:key="toggle_power_button_ends_call_preference"
69                 android:title="@string/accessibility_power_button_ends_call_prerefence_title"
70                 android:persistent="false"/>
71
72         <SwitchPreference
73                 android:key="toggle_lock_screen_rotation_preference"
74                 android:title="@string/accelerometer_title"
75                 android:persistent="false"/>
76
77         <SwitchPreference
78                 android:key="toggle_speak_password_preference"
79                 android:title="@string/accessibility_toggle_speak_password_preference_title"
80                 android:persistent="false"/>
81
82         <SwitchPreference
83                 android:key="toggle_large_pointer_icon"
84                 android:title="@string/accessibility_toggle_large_pointer_icon_title" />
85
86         <PreferenceScreen
87                 android:fragment="com.android.settings.accessibility.ToggleGlobalGesturePreferenceFragment"
88                 android:key="enable_global_gesture_preference_screen"
89                 android:title="@string/accessibility_global_gesture_preference_title"/>
90
91         <PreferenceScreen android:key="tts_settings_preference"
92                 android:fragment="com.android.settings.tts.TextToSpeechSettings"
93                 android:title="@string/tts_settings_title"/>
94
95         <ListPreference android:key="select_long_press_timeout_preference"
96                 android:title="@string/accessibility_long_press_timeout_preference_title"
97                 android:entries="@array/long_press_timeout_selector_titles"
98                 android:entryValues="@array/long_press_timeout_selector_values"
99                 android:persistent="false"/>
100
101     </PreferenceCategory>
102
103     <PreferenceCategory
104         android:key="display_category"
105         android:title="@string/accessibility_display_title" >
106         <SwitchPreference
107             android:key="toggle_inversion_preference"
108             android:title="@string/accessibility_display_inversion_preference_title"
109             android:summary="@string/accessibility_display_inversion_preference_subtitle"
110             android:persistent="false" />
111         <PreferenceScreen
112             android:fragment="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment"
113             android:key="daltonizer_preference_screen"
114             android:title="@string/accessibility_display_daltonizer_preference_title" />
115     </PreferenceCategory>
116
117 </PreferenceScreen>