blob: 5a3008245727fc9d4ae2a4b32d1570e9d5c1bd63 [file] [log] [blame]
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +00001<?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-->
Fan Zhang823dde52017-10-26 15:56:41 -070016<PreferenceScreen
17 xmlns:android="http://schemas.android.com/apk/res/android"
Fan Zhang9ce4a1f2018-08-15 12:55:56 -070018 xmlns:settings="http://schemas.android.com/apk/res-auto"
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +000019 android:title="@string/virtual_keyboard_category">
20 <!-- Enabled input method list will be populated programmatically here. -->
Fan Zhangac81f262016-12-21 17:06:38 +000021 <Preference
Raff Tsai74942ce2019-06-12 16:46:40 +080022 android:icon="@drawable/ic_add_24dp"
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +000023 android:key="add_virtual_keyboard_screen"
24 android:title="@string/add_virtual_keyboard"
Raff Tsai74942ce2019-06-12 16:46:40 +080025 android:order="1000"
Fan Zhang9ce4a1f2018-08-15 12:55:56 -070026 android:fragment="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment"
Raff Tsai74942ce2019-06-12 16:46:40 +080027 settings:controller="com.android.settings.inputmethod.InputMethodPreferenceController" />
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +000028</PreferenceScreen>