Tadashi G. Takaoka | 264045e | 2012-04-09 16:59:10 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2012, 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 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 21 | <!-- U+0029: ")" RIGHT PARENTHESIS --> |
| 22 | <integer name="keycode_for_left_parenthesis">0x0029</integer> |
| 23 | <!-- U+0028: "(" LEFT PARENTHESIS --> |
| 24 | <integer name="keycode_for_right_parenthesis">0x0028</integer> |
| 25 | <!-- U+003E: ">" GREATER-THAN SIGN --> |
| 26 | <integer name="keycode_for_less_than">0x003E</integer> |
| 27 | <!-- U+003C: "<" LESS-THAN SIGN --> |
| 28 | <integer name="keycode_for_greater_than">0x003C</integer> |
| 29 | <!-- U+005D: "]" RIGHT SQUARE BRACKET --> |
| 30 | <integer name="keycode_for_left_square_bracket">0x005D</integer> |
| 31 | <!-- U+005B: "[" LEFT SQUARE BRACKET --> |
| 32 | <integer name="keycode_for_right_square_bracket">0x005B</integer> |
| 33 | <!-- U+007D: "}" RIGHT CURLY BRACKET --> |
| 34 | <integer name="keycode_for_left_curly_bracket">0x007D</integer> |
| 35 | <!-- U+007B: "{" LEFT CURLY BRACKET --> |
| 36 | <integer name="keycode_for_right_curly_bracket">0x007B</integer> |
| 37 | </resources> |