2009-03-13 22:11:42 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
2010-09-08 11:24:59 +00:00
|
|
|
/*
|
2009-03-13 22:11:42 +00:00
|
|
|
**
|
|
|
|
** Copyright 2008, The Android Open Source Project
|
|
|
|
**
|
2010-09-02 03:57:07 +00:00
|
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
** you may not use this file except in compliance with the License.
|
|
|
|
** You may obtain a copy of the License at
|
2009-03-13 22:11:42 +00:00
|
|
|
**
|
2010-09-02 03:57:07 +00:00
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
2009-03-13 22:11:42 +00:00
|
|
|
**
|
2010-09-02 03:57:07 +00:00
|
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
** See the License for the specific language governing permissions and
|
2009-03-13 22:11:42 +00:00
|
|
|
** limitations under the License.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
|
2010-09-08 06:12:51 +00:00
|
|
|
<Keyboard
|
2010-10-01 10:40:44 +00:00
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
2010-09-08 06:12:51 +00:00
|
|
|
>
|
2010-11-19 22:57:24 +00:00
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
latin:keyboardLayout="@xml/rows_qwerty" />
|
2010-09-08 08:24:16 +00:00
|
|
|
</Keyboard>
|