OSDN Git Service

Import translations. DO NOT MERGE
[android-x86/packages-apps-Settings.git] / res / xml / accessibility_settings_for_setup_wizard.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2016 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         android:title="@string/vision_settings_title"
19         android:persistent="true" >
20
21     <com.android.settings.accessibility.DividerAllowedBelowPreference
22         android:key="vision_settings_summary"
23         android:title="@string/vision_settings_description"
24         android:layout="@layout/preference_multiline_title"
25         android:selectable="false" />
26
27     <Preference
28         android:fragment=
29                 "com.android.settings.accessibility.MagnificationPreferenceFragment"
30         android:key="screen_magnification_preference"
31         android:title="@string/accessibility_screen_magnification_title"
32         android:summary="@string/accessibility_preference_magnification_summary" />
33
34     <Preference
35         android:fragment=
36                 "com.android.settings.accessibility.FontSizePreferenceFragmentForSetupWizard"
37         android:key="font_size_preference"
38         android:title="@string/title_font_size"
39         android:summary="@string/short_summary_font_size" />
40
41     <com.android.settings.display.ScreenZoomPreference
42         android:fragment="com.android.settings.display.ScreenZoomPreferenceFragmentForSetupWizard"
43         android:key="force_density_preference"
44         android:title="@string/screen_zoom_title"
45         android:summary="@string/screen_zoom_short_summary" />
46
47     <Preference
48         android:fragment=
49                 "com.android.settings.accessibility.ToggleSelectToSpeakPreferenceFragmentForSetupWizard"
50         android:key="select_to_speak_preference"
51         android:summary="@string/select_to_speak_summary"
52         android:persistent="true" />
53
54     <Preference
55         android:fragment=
56                 "com.android.settings.accessibility.ToggleScreenReaderPreferenceFragmentForSetupWizard"
57         android:key="screen_reader_preference"
58         android:summary="@string/talkback_summary"
59         android:persistent="true" />
60
61 </PreferenceScreen>