Tadashi G. Takaoka | 9426f7d | 2011-09-09 15:23:27 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
Tadashi G. Takaoka | c02a365 | 2013-08-15 12:05:14 +0900 | [diff] [blame] | 5 | ** Copyright 2013, The Android Open Source Project |
Tadashi G. Takaoka | 9426f7d | 2011-09-09 15:23:27 +0900 | [diff] [blame] | 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 | |
| 21 | <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> |
Tadashi G. Takaoka | 41b3314 | 2012-03-26 18:21:25 +0900 | [diff] [blame] | 22 | <!-- U+00A3: "£" POUND SIGN |
| 23 | U+00A2: "¢" CENT SIGN |
| 24 | U+20AC: "€" EURO SIGN |
| 25 | U+00A5: "¥" YEN SIGN --> |
Tadashi G. Takaoka | c02a365 | 2013-08-15 12:05:14 +0900 | [diff] [blame] | 26 | <Key |
Tadashi G. Takaoka | 9426f7d | 2011-09-09 15:23:27 +0900 | [diff] [blame] | 27 | latin:keyLabel="$" |
Tadashi G. Takaoka | 6bfd5f6 | 2012-04-20 08:39:11 +0900 | [diff] [blame] | 28 | latin:moreKeys="!text/more_keys_for_currency_dollar" /> |
Tadashi G. Takaoka | 9426f7d | 2011-09-09 15:23:27 +0900 | [diff] [blame] | 29 | </merge> |