Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2011, The Android Open Source Project |
| 6 | ** |
| 7 | ** Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | ** you may not use this file except in compliance with the License. |
| 9 | ** You may obtain a copy of the License at |
| 10 | ** |
| 11 | ** http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ** |
| 13 | ** Unless required by applicable law or agreed to in writing, software |
| 14 | ** distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | ** See the License for the specific language governing permissions and |
| 17 | ** limitations under the License. |
| 18 | */ |
| 19 | --> |
| 20 | |
Tadashi G. Takaoka | 7139335 | 2011-07-24 16:35:54 -0700 | [diff] [blame] | 21 | <merge |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 22 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 23 | > |
| 24 | <include |
Tadashi G. Takaoka | d1630a3 | 2012-01-27 23:31:30 +0900 | [diff] [blame] | 25 | latin:keyboardLayout="@xml/key_styles_common" /> |
Satoshi Kataoka | e050249 | 2013-09-04 08:53:12 +0000 | [diff] [blame] | 26 | <include |
| 27 | latin:keyboardLayout="@xml/key_styles_currency" /> |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 28 | <Row |
Tadashi G. Takaoka | 0d1a193 | 2012-05-14 16:29:55 +0900 | [diff] [blame] | 29 | latin:keyWidth="9.0%p" |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 30 | > |
Tadashi G. Takaoka | 174d29f | 2012-03-08 18:59:32 +0900 | [diff] [blame] | 31 | <include |
| 32 | latin:keyboardLayout="@xml/rowkeys_symbols1" /> |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 33 | <Key |
| 34 | latin:keyStyle="deleteKeyStyle" |
Tadashi G. Takaoka | 0d1a193 | 2012-05-14 16:29:55 +0900 | [diff] [blame] | 35 | latin:keyWidth="fillRight" /> |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 36 | </Row> |
| 37 | <Row |
Tadashi G. Takaoka | 0d1a193 | 2012-05-14 16:29:55 +0900 | [diff] [blame] | 38 | latin:keyWidth="9.0%p" |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 39 | > |
Tadashi G. Takaoka | 71c695d | 2012-02-01 19:43:58 +0900 | [diff] [blame] | 40 | <include |
Satoshi Kataoka | e050249 | 2013-09-04 08:53:12 +0000 | [diff] [blame] | 41 | latin:keyboardLayout="@xml/rowkeys_symbols2" |
| 42 | latin:keyXPos="4.5%p" /> |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 43 | <Key |
Tadashi G. Takaoka | 7a39bd4 | 2012-02-07 17:07:23 +0900 | [diff] [blame] | 44 | latin:keyStyle="enterKeyStyle" |
Tadashi G. Takaoka | 0d1a193 | 2012-05-14 16:29:55 +0900 | [diff] [blame] | 45 | latin:keyWidth="fillRight" /> |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 46 | </Row> |
Satoshi Kataoka | e050249 | 2013-09-04 08:53:12 +0000 | [diff] [blame] | 47 | <Row |
Tadashi G. Takaoka | 0d1a193 | 2012-05-14 16:29:55 +0900 | [diff] [blame] | 48 | latin:keyWidth="9.0%p" |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 49 | > |
Satoshi Kataoka | e050249 | 2013-09-04 08:53:12 +0000 | [diff] [blame] | 50 | <Key |
| 51 | latin:keyStyle="toMoreSymbolKeyStyle" |
| 52 | latin:keyWidth="10.0%p" /> |
Satoshi Kataoka | 98565a9 | 2013-09-06 15:03:19 +0900 | [diff] [blame] | 53 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 54 | latin:keySpec="\\" /> |
Satoshi Kataoka | 98565a9 | 2013-09-06 15:03:19 +0900 | [diff] [blame] | 55 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 56 | latin:keySpec="=" /> |
Tadashi G. Takaoka | 71c695d | 2012-02-01 19:43:58 +0900 | [diff] [blame] | 57 | <include |
Tadashi G. Takaoka | 174d29f | 2012-03-08 18:59:32 +0900 | [diff] [blame] | 58 | latin:keyboardLayout="@xml/rowkeys_symbols3" /> |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 59 | <Key |
Satoshi Kataoka | e050249 | 2013-09-04 08:53:12 +0000 | [diff] [blame] | 60 | latin:keyStyle="toMoreSymbolKeyStyle" |
| 61 | latin:keyWidth="fillRight" /> |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 62 | </Row> |
Satoshi Kataoka | 98565a9 | 2013-09-06 15:03:19 +0900 | [diff] [blame] | 63 | <Row |
| 64 | latin:keyWidth="9.0%p" |
Ken Wakasa | 2fa3693 | 2013-12-13 17:09:16 +0900 | [diff] [blame] | 65 | latin:backgroundType="functional" |
Satoshi Kataoka | 98565a9 | 2013-09-06 15:03:19 +0900 | [diff] [blame] | 66 | > |
| 67 | <Key |
| 68 | latin:keyStyle="toAlphaKeyStyle" |
| 69 | latin:keyWidth="10.0%p" /> |
| 70 | <include |
| 71 | latin:keyboardLayout="@xml/row_symbols4" /> |
Satoshi Kataoka | 5a54a57 | 2013-10-03 17:43:11 +0900 | [diff] [blame] | 72 | <include |
Tadashi G. Takaoka | c9aa1be | 2014-08-23 19:08:40 +0900 | [diff] [blame] | 73 | latin:keyboardLayout="@xml/key_emoji" /> |
Satoshi Kataoka | 98565a9 | 2013-09-06 15:03:19 +0900 | [diff] [blame] | 74 | </Row> |
Tadashi G. Takaoka | 7139335 | 2011-07-24 16:35:54 -0700 | [diff] [blame] | 75 | </merge> |