satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2010 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 | --> |
| 16 | |
| 17 | <resources> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 18 | <declare-styleable name="KeyboardTheme"> |
Tadashi G. Takaoka | b7758d6 | 2011-06-15 13:38:58 +0900 | [diff] [blame] | 19 | <!-- Keyboard style --> |
| 20 | <attr name="keyboardStyle" format="reference" /> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 21 | <!-- KeyboardView style --> |
| 22 | <attr name="keyboardViewStyle" format="reference" /> |
Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 23 | <!-- MainKeyboardView style --> |
| 24 | <attr name="mainKeyboardViewStyle" format="reference" /> |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 25 | <!-- MoreKeysKeyboard style --> |
| 26 | <attr name="moreKeysKeyboardStyle" format="reference" /> |
| 27 | <!-- MoreKeysKeyboardView style --> |
| 28 | <attr name="moreKeysKeyboardViewStyle" format="reference" /> |
| 29 | <attr name="moreKeysKeyboardPanelStyle" format="reference" /> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 30 | <!-- Suggestions strip style --> |
| 31 | <attr name="suggestionsStripBackgroundStyle" format="reference" /> |
Tadashi G. Takaoka | 4702671 | 2012-07-23 15:28:28 +0900 | [diff] [blame] | 32 | <attr name="suggestionStripViewStyle" format="reference" /> |
Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 33 | <attr name="moreSuggestionsViewStyle" format="reference" /> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 34 | <attr name="suggestionBackgroundStyle" format="reference" /> |
| 35 | <attr name="suggestionPreviewBackgroundStyle" format="reference" /> |
Yusuke Nojima | d633963 | 2011-09-29 11:53:51 +0900 | [diff] [blame] | 36 | </declare-styleable> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 37 | |
Tadashi G. Takaoka | 5a309f5 | 2010-12-02 18:46:21 +0900 | [diff] [blame] | 38 | <declare-styleable name="KeyboardView"> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 39 | <!-- Image for the key. This image needs to be a StateListDrawable, with the following |
| 40 | possible states: normal, pressed, checkable, checkable+pressed, checkable+checked, |
| 41 | checkable+checked+pressed. --> |
| 42 | <attr name="keyBackground" format="reference" /> |
| 43 | |
Tadashi G. Takaoka | 83da6c1 | 2011-08-29 20:28:46 +0900 | [diff] [blame] | 44 | <!-- Size of the text for one letter keys. If not defined, keyLetterRatio takes effect. --> |
Tadashi G. Takaoka | 2d80400 | 2011-08-30 14:15:55 +0900 | [diff] [blame] | 45 | <attr name="keyLetterSize" format="dimension" /> |
Tadashi G. Takaoka | 83da6c1 | 2011-08-29 20:28:46 +0900 | [diff] [blame] | 46 | <!-- Size of the text for keys with multiple letters. If not defined, keyLabelRatio takes |
| 47 | effect. --> |
Tadashi G. Takaoka | 2d80400 | 2011-08-30 14:15:55 +0900 | [diff] [blame] | 48 | <attr name="keyLabelSize" format="dimension" /> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 49 | <!-- Size of the text for one letter keys, in the proportion of key height. --> |
Tadashi G. Takaoka | d157834 | 2011-05-12 23:49:19 +0900 | [diff] [blame] | 50 | <attr name="keyLetterRatio" format="float" /> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 51 | <!-- Large size of the text for one letter keys, in the proportion of key height. --> |
| 52 | <attr name="keyLargeLetterRatio" format="float" /> |
Tadashi G. Takaoka | 83da6c1 | 2011-08-29 20:28:46 +0900 | [diff] [blame] | 53 | <!-- Size of the text for keys with multiple letters, in the proportion of key height. --> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 54 | <attr name="keyLabelRatio" format="float" /> |
Tadashi G. Takaoka | a08759f | 2012-05-17 19:30:38 +0900 | [diff] [blame] | 55 | <!-- Large size of the text for keys with multiple letters, in the proportion of key height. --> |
| 56 | <attr name="keyLargeLabelRatio" format="float" /> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 57 | <!-- Size of the text for hint letter (= one character hint label), in the proportion of |
| 58 | key height. --> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 59 | <attr name="keyHintLetterRatio" format="float" /> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 60 | <!-- Size of the text for hint label, in the proportion of key height. --> |
| 61 | <attr name="keyHintLabelRatio" format="float" /> |
Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 62 | <!-- Size of the text for shifted letter hint, in the proportion of key height. --> |
| 63 | <attr name="keyShiftedLetterHintRatio" format="float" /> |
Tadashi G. Takaoka | d773bf3 | 2011-06-28 16:32:39 +0900 | [diff] [blame] | 64 | <!-- Horizontal padding of left/right aligned key label to the edge of the key. --> |
| 65 | <attr name="keyLabelHorizontalPadding" format="dimension" /> |
Tadashi G. Takaoka | ab771b0 | 2012-04-24 12:59:33 +0900 | [diff] [blame] | 66 | <!-- Right padding of hint letter to the edge of the key.--> |
Tadashi G. Takaoka | d773bf3 | 2011-06-28 16:32:39 +0900 | [diff] [blame] | 67 | <attr name="keyHintLetterPadding" format="dimension" /> |
Ken Wakasa | 6b97d2b | 2011-09-07 21:56:42 +0900 | [diff] [blame] | 68 | <!-- Bottom padding of popup hint letter "..." to the edge of the key.--> |
| 69 | <attr name="keyPopupHintLetterPadding" format="dimension" /> |
Tadashi G. Takaoka | aec1770 | 2012-05-01 19:33:22 +0900 | [diff] [blame] | 70 | <!-- Right padding of shifted letter hint to the edge of the key.--> |
Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 71 | <attr name="keyShiftedLetterHintPadding" format="dimension" /> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 72 | |
| 73 | <!-- Color to use for the label in a key. --> |
| 74 | <attr name="keyTextColor" format="color" /> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 75 | <!-- Color to use for the label in a key when in inactivated state. --> |
| 76 | <attr name="keyTextInactivatedColor" format="color" /> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 77 | <!-- Key hint letter (= one character hint label) color --> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 78 | <attr name="keyHintLetterColor" format="color" /> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 79 | <!-- Key hint label color --> |
| 80 | <attr name="keyHintLabelColor" format="color" /> |
Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 81 | <!-- Shifted letter hint colors --> |
| 82 | <attr name="keyShiftedLetterHintInactivatedColor" format="color" /> |
| 83 | <attr name="keyShiftedLetterHintActivatedColor" format="color" /> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 84 | |
| 85 | <!-- Layout resource for key press feedback.--> |
| 86 | <attr name="keyPreviewLayout" format="reference" /> |
Tadashi G. Takaoka | 8aee759 | 2011-06-27 17:51:36 +0900 | [diff] [blame] | 87 | <!-- The background for key press feedback. --> |
| 88 | <attr name="keyPreviewBackground" format="reference" /> |
Tadashi G. Takaoka | d87f28f | 2011-06-28 03:01:35 +0900 | [diff] [blame] | 89 | <!-- The background for the left edge key press feedback. --> |
| 90 | <attr name="keyPreviewLeftBackground" format="reference" /> |
| 91 | <!-- The background for the right edge key press feedback. --> |
| 92 | <attr name="keyPreviewRightBackground" format="reference" /> |
Tadashi G. Takaoka | 8aee759 | 2011-06-27 17:51:36 +0900 | [diff] [blame] | 93 | <!-- The text color for key press feedback. --> |
| 94 | <attr name="keyPreviewTextColor" format="color" /> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 95 | <!-- Vertical offset of the key press feedback from the key. --> |
| 96 | <attr name="keyPreviewOffset" format="dimension" /> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 97 | <!-- Height of the key press feedback popup. --> |
| 98 | <attr name="keyPreviewHeight" format="dimension" /> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 99 | <!-- Size of the text for key press feedback popup, int the proportion of key height --> |
| 100 | <attr name="keyPreviewTextRatio" format="float" /> |
Tadashi G. Takaoka | 160f012 | 2012-01-25 20:14:39 +0900 | [diff] [blame] | 101 | <!-- Delay after key releasing and key press feedback dismissing in millisecond --> |
| 102 | <attr name="keyPreviewLingerTimeout" format="integer" /> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 103 | |
| 104 | <!-- Amount to offset the touch Y coordinate by, for bias correction. --> |
| 105 | <attr name="verticalCorrection" format="dimension" /> |
| 106 | |
Tadashi G. Takaoka | 9d5601e | 2011-08-31 15:26:32 +0900 | [diff] [blame] | 107 | <!-- Layout resource for more keys panel --> |
| 108 | <attr name="moreKeysLayout" format="reference" /> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 109 | |
| 110 | <attr name="shadowColor" format="color" /> |
| 111 | <attr name="shadowRadius" format="float" /> |
Tadashi G. Takaoka | 299ac26 | 2012-03-13 17:28:52 +0900 | [diff] [blame] | 112 | <attr name="backgroundDimAlpha" format="integer" /> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 113 | |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 114 | <attr name="keyTextStyle" format="enum"> |
Tadashi G. Takaoka | 5d04042 | 2010-12-01 12:22:19 +0900 | [diff] [blame] | 115 | <!-- This should be aligned with Typeface.NORMAL etc. --> |
Tadashi G. Takaoka | 59c9930 | 2010-11-21 16:40:38 -0800 | [diff] [blame] | 116 | <enum name="normal" value="0" /> |
| 117 | <enum name="bold" value="1" /> |
| 118 | <enum name="italic" value="2" /> |
Tadashi G. Takaoka | 5d04042 | 2010-12-01 12:22:19 +0900 | [diff] [blame] | 119 | <enum name="boldItalic" value="3" /> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 120 | </attr> |
Tadashi G. Takaoka | ca57f5b | 2012-07-30 16:06:19 +0900 | [diff] [blame] | 121 | |
Tadashi G. Takaoka | 27e4844 | 2012-08-07 11:48:10 +0900 | [diff] [blame] | 122 | <!-- Attributes for PreviewPlacerView --> |
Tadashi G. Takaoka | ca57f5b | 2012-07-30 16:06:19 +0900 | [diff] [blame] | 123 | <attr name="gestureFloatingPreviewTextSize" format="dimension" /> |
| 124 | <attr name="gestureFloatingPreviewTextColor" format="color" /> |
| 125 | <attr name="gestureFloatingPreviewTextOffset" format="dimension" /> |
| 126 | <attr name="gestureFloatingPreviewTextShadingColor" format="color" /> |
| 127 | <attr name="gestureFloatingPreviewTextShadingBorder" format="dimension" /> |
| 128 | <attr name="gestureFloatingPreviewTextShadowColor" format="color" /> |
| 129 | <attr name="gestureFloatingPreviewTextShadowBorder" format="dimension" /> |
| 130 | <attr name="gestureFloatingPreviewTextConnectorColor" format="color" /> |
| 131 | <attr name="gestureFloatingPreviewTextConnectorWidth" format="dimension" /> |
Tadashi G. Takaoka | 27e4844 | 2012-08-07 11:48:10 +0900 | [diff] [blame] | 132 | <!-- Delay after gesture input and gesture floating preview text dismissing in millisecond --> |
| 133 | <attr name="gestureFloatingPreviewTextLingerTimeout" format="integer" /> |
Tadashi G. Takaoka | ca57f5b | 2012-07-30 16:06:19 +0900 | [diff] [blame] | 134 | <attr name="gesturePreviewTrailColor" format="color" /> |
| 135 | <attr name="gesturePreviewTrailWidth" format="dimension" /> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 136 | </declare-styleable> |
| 137 | |
Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 138 | <declare-styleable name="MainKeyboardView"> |
Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 139 | <attr name="autoCorrectionSpacebarLedEnabled" format="boolean" /> |
| 140 | <attr name="autoCorrectionSpacebarLedIcon" format="reference" /> |
| 141 | <!-- Size of the text for spacebar language label, in the proportion of key height. --> |
| 142 | <attr name="spacebarTextRatio" format="fraction" /> |
| 143 | <attr name="spacebarTextColor" format="color" /> |
| 144 | <attr name="spacebarTextShadowColor" format="color" /> |
Tadashi G. Takaoka | d7c4ba1 | 2012-03-14 12:33:03 +0900 | [diff] [blame] | 145 | <!-- Fadeout animator for spacebar language label. --> |
Tadashi G. Takaoka | 31c94ce | 2012-03-16 14:05:20 +0900 | [diff] [blame] | 146 | <attr name="languageOnSpacebarFinalAlpha" format="integer" /> |
Tadashi G. Takaoka | d7c4ba1 | 2012-03-14 12:33:03 +0900 | [diff] [blame] | 147 | <attr name="languageOnSpacebarFadeoutAnimator" format="reference" /> |
Tadashi G. Takaoka | 73a46bf | 2012-03-14 14:46:22 +0900 | [diff] [blame] | 148 | <!-- Fadeout and fadein animator for altCodeWhileTyping keys. --> |
| 149 | <attr name="altCodeKeyWhileTypingFadeoutAnimator" format="reference" /> |
| 150 | <attr name="altCodeKeyWhileTypingFadeinAnimator" format="reference" /> |
Tadashi G. Takaoka | 160f012 | 2012-01-25 20:14:39 +0900 | [diff] [blame] | 151 | <!-- Key detection hysteresis distance. --> |
| 152 | <attr name="keyHysteresisDistance" format="dimension" /> |
| 153 | <!-- Touch noise threshold time in millisecond --> |
| 154 | <attr name="touchNoiseThresholdTime" format="integer" /> |
| 155 | <!-- Touch noise threshold distance in millimeter --> |
| 156 | <attr name="touchNoiseThresholdDistance" format="dimension" /> |
| 157 | <!-- Sliding key input enable --> |
| 158 | <attr name="slidingKeyInputEnable" format="boolean" /> |
| 159 | <!-- Key repeat start timeout --> |
| 160 | <attr name="keyRepeatStartTimeout" format="integer" /> |
| 161 | <!-- Key repeat interval in millisecond. --> |
| 162 | <attr name="keyRepeatInterval" format="integer" /> |
| 163 | <!-- Long press timeout of letter key in millisecond. --> |
| 164 | <attr name="longPressKeyTimeout" format="integer" /> |
| 165 | <!-- Long press timeout of shift key in millisecond. --> |
| 166 | <attr name="longPressShiftKeyTimeout" format="integer" /> |
Tadashi G. Takaoka | 160f012 | 2012-01-25 20:14:39 +0900 | [diff] [blame] | 167 | <!-- Ignore special key timeout while typing in millisecond. --> |
Tadashi G. Takaoka | 73a46bf | 2012-03-14 14:46:22 +0900 | [diff] [blame] | 168 | <attr name="ignoreAltCodeKeyTimeout" format="integer" /> |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 169 | <!-- More keys keyboard will shown at touched point. --> |
| 170 | <attr name="showMoreKeysKeyboardAtTouchedPoint" format="boolean" /> |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 171 | </declare-styleable> |
| 172 | |
Tadashi G. Takaoka | 4702671 | 2012-07-23 15:28:28 +0900 | [diff] [blame] | 173 | <declare-styleable name="SuggestionStripView"> |
Tadashi G. Takaoka | d47a955 | 2011-08-16 18:18:58 -0700 | [diff] [blame] | 174 | <attr name="suggestionStripOption" format="integer"> |
Tadashi G. Takaoka | 4702671 | 2012-07-23 15:28:28 +0900 | [diff] [blame] | 175 | <!-- This should be aligned with SuggestionStripViewParams.AUTO_CORRECT_* and etc. --> |
Tadashi G. Takaoka | 08a6f2a | 2011-06-15 11:49:57 +0900 | [diff] [blame] | 176 | <flag name="autoCorrectBold" value="0x01" /> |
| 177 | <flag name="autoCorrectUnderline" value="0x02" /> |
Tadashi G. Takaoka | 77a87e3 | 2011-09-21 15:04:50 +0900 | [diff] [blame] | 178 | <flag name="validTypedWordBold" value="0x04" /> |
Tadashi G. Takaoka | 08a6f2a | 2011-06-15 11:49:57 +0900 | [diff] [blame] | 179 | </attr> |
Tadashi G. Takaoka | a44685a | 2011-12-15 16:38:17 +0900 | [diff] [blame] | 180 | <attr name="colorValidTypedWord" format="color" /> |
Tadashi G. Takaoka | 08a6f2a | 2011-06-15 11:49:57 +0900 | [diff] [blame] | 181 | <attr name="colorTypedWord" format="color" /> |
| 182 | <attr name="colorAutoCorrect" format="color" /> |
| 183 | <attr name="colorSuggested" format="color" /> |
Tadashi G. Takaoka | a44685a | 2011-12-15 16:38:17 +0900 | [diff] [blame] | 184 | <attr name="alphaValidTypedWord" format="integer" /> |
Tadashi G. Takaoka | 697bf58 | 2011-09-13 12:35:52 +0900 | [diff] [blame] | 185 | <attr name="alphaTypedWord" format="integer" /> |
| 186 | <attr name="alphaAutoCorrect" format="integer" /> |
| 187 | <attr name="alphaSuggested" format="integer" /> |
| 188 | <attr name="alphaObsoleted" format="integer" /> |
Tadashi G. Takaoka | 913e2ae | 2011-09-01 14:54:28 +0900 | [diff] [blame] | 189 | <attr name="suggestionsCountInStrip" format="integer" /> |
| 190 | <attr name="centerSuggestionPercentile" format="integer" /> |
Tadashi G. Takaoka | 9676038 | 2011-09-05 17:22:34 +0900 | [diff] [blame] | 191 | <attr name="maxMoreSuggestionsRow" format="integer" /> |
| 192 | <attr name="minMoreSuggestionsWidth" format="float" /> |
Tadashi G. Takaoka | 08a6f2a | 2011-06-15 11:49:57 +0900 | [diff] [blame] | 193 | </declare-styleable> |
| 194 | |
Tadashi G. Takaoka | 5a309f5 | 2010-12-02 18:46:21 +0900 | [diff] [blame] | 195 | <declare-styleable name="Keyboard"> |
Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 196 | <attr name="themeId" format="integer" /> |
| 197 | <!-- Touch position correction --> |
| 198 | <attr name="touchPositionCorrectionData" format="reference" /> |
Tadashi G. Takaoka | 9f01ed5 | 2010-12-08 14:36:41 +0900 | [diff] [blame] | 199 | <!-- Default keyboard height --> |
Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 200 | <attr name="keyboardHeight" format="dimension|fraction" /> |
Tadashi G. Takaoka | 9f01ed5 | 2010-12-08 14:36:41 +0900 | [diff] [blame] | 201 | <!-- Maximum keyboard height, in pixels or percentage of display height --> |
| 202 | <attr name="maxKeyboardHeight" format="dimension|fraction" /> |
Tadashi G. Takaoka | ff483e8 | 2011-05-12 14:49:18 +0900 | [diff] [blame] | 203 | <!-- Minimum keyboard height represented in pixels, percentage of display height if fraction |
| 204 | is positive, or percentage of display width if fraction is negative. --> |
| 205 | <attr name="minKeyboardHeight" format="dimension|fraction" /> |
Tadashi G. Takaoka | 287f4f8 | 2011-09-26 11:26:38 +0900 | [diff] [blame] | 206 | <!-- Keyboard top, bottom, both horizontal edges paddings. --> |
Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 207 | <attr name="keyboardTopPadding" format="dimension|fraction" /> |
| 208 | <attr name="keyboardBottomPadding" format="dimension|fraction" /> |
Tadashi G. Takaoka | 287f4f8 | 2011-09-26 11:26:38 +0900 | [diff] [blame] | 209 | <attr name="keyboardHorizontalEdgesPadding" format="dimension|fraction" /> |
Tadashi G. Takaoka | 9f01ed5 | 2010-12-08 14:36:41 +0900 | [diff] [blame] | 210 | <!-- Default height of a row (key height + vertical gap), in pixels or percentage of |
| 211 | keyboard height. --> |
| 212 | <attr name="rowHeight" format="dimension|fraction" /> |
Tadashi G. Takaoka | e0c965d | 2012-03-23 17:06:18 +0900 | [diff] [blame] | 213 | <!-- Default horizontal gap between keys, in pixels or percentage of keyboard width. --> |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 214 | <attr name="horizontalGap" format="dimension|fraction" /> |
Tadashi G. Takaoka | e0c965d | 2012-03-23 17:06:18 +0900 | [diff] [blame] | 215 | <!-- Default vertical gap between rows of keys, in pixels or percentage of keyboard |
| 216 | height. --> |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 217 | <attr name="verticalGap" format="dimension|fraction" /> |
Tadashi G. Takaoka | 9d5601e | 2011-08-31 15:26:32 +0900 | [diff] [blame] | 218 | <!-- More keys keyboard layout template --> |
| 219 | <attr name="moreKeysTemplate" format="reference" /> |
Tadashi G. Takaoka | cf41aff | 2012-04-20 06:24:51 +0900 | [diff] [blame] | 220 | <!-- Icon set for key top and key preview. |
| 221 | These should be aligned with KeyboardIconsSet.NAMES_AND_ATTR_IDS[] --> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 222 | <attr name="iconShiftKey" format="reference" /> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 223 | <attr name="iconDeleteKey" format="reference" /> |
| 224 | <attr name="iconSettingsKey" format="reference" /> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 225 | <attr name="iconSpaceKey" format="reference" /> |
Tadashi G. Takaoka | cf41aff | 2012-04-20 06:24:51 +0900 | [diff] [blame] | 226 | <attr name="iconEnterKey" format="reference" /> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 227 | <attr name="iconSearchKey" format="reference" /> |
| 228 | <attr name="iconTabKey" format="reference" /> |
Tadashi G. Takaoka | 62d4a96 | 2011-08-02 21:29:24 -0700 | [diff] [blame] | 229 | <attr name="iconShortcutKey" format="reference" /> |
| 230 | <attr name="iconShortcutForLabel" format="reference" /> |
Tadashi G. Takaoka | 7bd714c | 2011-12-18 08:00:07 +0900 | [diff] [blame] | 231 | <attr name="iconSpaceKeyForNumberLayout" format="reference" /> |
Tadashi G. Takaoka | 7bd714c | 2011-12-18 08:00:07 +0900 | [diff] [blame] | 232 | <attr name="iconShiftKeyShifted" format="reference" /> |
Tadashi G. Takaoka | cf41aff | 2012-04-20 06:24:51 +0900 | [diff] [blame] | 233 | <attr name="iconShortcutKeyDisabled" format="reference" /> |
| 234 | <attr name="iconTabKeyPreview" format="reference" /> |
Tadashi G. Takaoka | 81d4e3c | 2012-02-17 17:46:01 -0800 | [diff] [blame] | 235 | <attr name="iconLanguageSwitchKey" format="reference" /> |
Tadashi G. Takaoka | 39390d3 | 2012-03-23 19:14:32 +0900 | [diff] [blame] | 236 | <attr name="iconZwnjKey" format="reference" /> |
| 237 | <attr name="iconZwjKey" format="reference" /> |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 238 | </declare-styleable> |
| 239 | |
Tadashi G. Takaoka | 5a309f5 | 2010-12-02 18:46:21 +0900 | [diff] [blame] | 240 | <declare-styleable name="Keyboard_Key"> |
Tadashi G. Takaoka | ed3bac9 | 2012-04-09 17:48:32 +0900 | [diff] [blame] | 241 | <!-- The unicode value that this key outputs. |
| 242 | Code value represented in hexadecimal prefixed with "0x" or code value reference using |
| 243 | "!code/<code_name>" notation. --> |
| 244 | <attr name="code" format="string" /> |
| 245 | <!-- The alternate unicode value that this key outputs while typing. |
| 246 | Code value represented in hexadecimal prefixed with "0x" or code value reference using |
| 247 | "!code/<code_name>" notation. --> |
| 248 | <attr name="altCode" format="string" /> |
Tadashi G. Takaoka | 9d5601e | 2011-08-31 15:26:32 +0900 | [diff] [blame] | 249 | <!-- The keys to display in the more keys keyboard. --> |
| 250 | <attr name="moreKeys" format="string" /> |
Tadashi G. Takaoka | 15c99e9 | 2012-01-30 11:14:45 +0900 | [diff] [blame] | 251 | <!-- The keys to display in the more keys keyboard in addition to moreKeys. |
| 252 | The additional more keys are inserted at the '%' markers in the moreKeys if any. |
| 253 | They are inserted at the head of moreKeys if none. |
| 254 | If there are remaining entries of additionalMoreKeys even after all '%' markers have |
| 255 | been replaced, those remaining entries are appended at the end of moreKeys. --> |
| 256 | <attr name="additionalMoreKeys" format="string" /> |
Tadashi G. Takaoka | 9d5601e | 2011-08-31 15:26:32 +0900 | [diff] [blame] | 257 | <!-- Maximum column of more keys keyboard --> |
Tadashi G. Takaoka | 7a39bd4 | 2012-02-07 17:07:23 +0900 | [diff] [blame] | 258 | <attr name="maxMoreKeysColumn" format="integer" /> |
Tadashi G. Takaoka | 7918ed0 | 2011-09-15 14:21:46 +0900 | [diff] [blame] | 259 | <attr name="backgroundType" format="enum"> |
| 260 | <!-- This should be aligned with Key.BACKGROUND_TYPE_* --> |
| 261 | <enum name="normal" value="0" /> |
| 262 | <enum name="functional" value="1" /> |
Tadashi G. Takaoka | a6d3a4d | 2011-09-15 16:13:04 +0900 | [diff] [blame] | 263 | <enum name="action" value="2" /> |
Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 264 | <enum name="stickyOff" value="3" /> |
| 265 | <enum name="stickyOn" value="4" /> |
Tadashi G. Takaoka | 7918ed0 | 2011-09-15 14:21:46 +0900 | [diff] [blame] | 266 | </attr> |
Tadashi G. Takaoka | 13d5f66 | 2011-11-21 19:55:38 -0800 | [diff] [blame] | 267 | <!-- The key action flags. --> |
| 268 | <attr name="keyActionFlags" format="integer"> |
| 269 | <!-- This should be aligned with Key.ACTION_FLAGS_* --> |
| 270 | <flag name="isRepeatable" value="0x01" /> |
| 271 | <flag name="noKeyPreview" value="0x02" /> |
Tadashi G. Takaoka | 2013bab | 2011-11-30 17:54:58 +0900 | [diff] [blame] | 272 | <flag name="altCodeWhileTyping" value="0x04" /> |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 273 | <flag name="enableLongPress" value="0x08" /> |
Tadashi G. Takaoka | 13d5f66 | 2011-11-21 19:55:38 -0800 | [diff] [blame] | 274 | </attr> |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 275 | <!-- The string of characters to output when this key is pressed. --> |
| 276 | <attr name="keyOutputText" format="string" /> |
| 277 | <!-- The label to display on the key. --> |
| 278 | <attr name="keyLabel" format="string" /> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 279 | <!-- The hint label to display on the key in conjunction with the label. --> |
| 280 | <attr name="keyHintLabel" format="string" /> |
Tadashi G. Takaoka | 13d5f66 | 2011-11-21 19:55:38 -0800 | [diff] [blame] | 281 | <!-- The key label flags. --> |
| 282 | <attr name="keyLabelFlags" format="integer"> |
| 283 | <!-- This should be aligned with Key.LABEL_FLAGS__* --> |
Tadashi G. Takaoka | b7758d6 | 2011-06-15 13:38:58 +0900 | [diff] [blame] | 284 | <flag name="alignLeft" value="0x01" /> |
| 285 | <flag name="alignRight" value="0x02" /> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 286 | <flag name="alignLeftOfCenter" value="0x08" /> |
Tadashi G. Takaoka | ab0d0d8 | 2012-04-11 12:34:30 +0900 | [diff] [blame] | 287 | <flag name="fontNormal" value="0x10" /> |
| 288 | <flag name="fontMonoSpace" value="0x20" /> |
| 289 | <flag name="followKeyLargeLetterRatio" value="0x40" /> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 290 | <flag name="followKeyLetterRatio" value="0x80" /> |
Tadashi G. Takaoka | ab0d0d8 | 2012-04-11 12:34:30 +0900 | [diff] [blame] | 291 | <flag name="followKeyLabelRatio" value="0xC0" /> |
Tadashi G. Takaoka | a08759f | 2012-05-17 19:30:38 +0900 | [diff] [blame] | 292 | <flag name="followKeyLargeLabelRatio" value="0x100" /> |
| 293 | <flag name="followKeyHintLabelRatio" value="0x140" /> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 294 | <flag name="hasPopupHint" value="0x200" /> |
Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 295 | <flag name="hasShiftedLetterHint" value="0x400" /> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 296 | <flag name="hasHintLabel" value="0x800" /> |
Tadashi G. Takaoka | 62d4a96 | 2011-08-02 21:29:24 -0700 | [diff] [blame] | 297 | <flag name="withIconLeft" value="0x1000" /> |
| 298 | <flag name="withIconRight" value="0x2000" /> |
Tadashi G. Takaoka | 4486d77 | 2011-09-12 16:29:24 +0900 | [diff] [blame] | 299 | <flag name="autoXScale" value="0x4000" /> |
Tadashi G. Takaoka | 09f8b12 | 2012-01-25 19:43:13 +0900 | [diff] [blame] | 300 | <!-- If true, character case of code, altCode, moreKeys, keyOutputText, keyLabel, |
| 301 | or keyHintLabel will never be subject to change. --> |
| 302 | <flag name="preserveCase" value="0x8000" /> |
Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 303 | <!-- If true, use keyShiftedLetterHintActivatedColor for the shifted letter hint and |
| 304 | keyTextInactivatedColor for the primary key top label. --> |
| 305 | <flag name="shiftedLetterActivated" value="0x10000" /> |
Tadashi G. Takaoka | 7a39bd4 | 2012-02-07 17:07:23 +0900 | [diff] [blame] | 306 | <!-- If true, use EditorInfo.actionLabel for the key label. --> |
| 307 | <flag name="fromCustomActionLabel" value="0x20000" /> |
Tadashi G. Takaoka | b03529a | 2012-03-12 16:30:59 +0900 | [diff] [blame] | 308 | <!-- If true, disable keyHintLabel. --> |
| 309 | <flag name="disableKeyHintLabel" value="0x40000000" /> |
| 310 | <!-- If true, disable additionalMoreKeys. --> |
| 311 | <flag name="disableAdditionalMoreKeys" value="0x80000000" /> |
Tadashi G. Takaoka | cd39f2a | 2010-11-20 08:03:24 -0800 | [diff] [blame] | 312 | </attr> |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 313 | <!-- The icon to display on the key instead of the label. --> |
Tadashi G. Takaoka | cf41aff | 2012-04-20 06:24:51 +0900 | [diff] [blame] | 314 | <attr name="keyIcon" format="string" /> |
Tadashi G. Takaoka | 42fcb2d | 2011-12-19 01:11:09 +0900 | [diff] [blame] | 315 | <!-- The icon for disabled key --> |
Tadashi G. Takaoka | cf41aff | 2012-04-20 06:24:51 +0900 | [diff] [blame] | 316 | <attr name="keyIconDisabled" format="string" /> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 317 | <!-- The icon to show in the popup preview. --> |
Tadashi G. Takaoka | cf41aff | 2012-04-20 06:24:51 +0900 | [diff] [blame] | 318 | <attr name="keyIconPreview" format="string" /> |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame] | 319 | <!-- The key style to specify a set of key attributes defined by <key_style/> --> |
| 320 | <attr name="keyStyle" format="string" /> |
Tadashi G. Takaoka | 56abeab | 2011-04-11 11:30:15 +0900 | [diff] [blame] | 321 | <!-- Visual insets --> |
| 322 | <attr name="visualInsetsLeft" format="dimension|fraction" /> |
| 323 | <attr name="visualInsetsRight" format="dimension|fraction" /> |
Tadashi G. Takaoka | 287f4f8 | 2011-09-26 11:26:38 +0900 | [diff] [blame] | 324 | <!-- Width of the key, in pixels or percentage of display width. |
| 325 | If the value is fillRight, the actual key width will be determined to fill out the area |
Tadashi G. Takaoka | 30236ef | 2012-05-14 19:17:09 +0900 | [diff] [blame] | 326 | up to the right edge of the keyboard. --> |
Tadashi G. Takaoka | 287f4f8 | 2011-09-26 11:26:38 +0900 | [diff] [blame] | 327 | <!-- This should be aligned with KeyboardBuilder.Row.KEYWIDTH_* --> |
| 328 | <attr name="keyWidth" format="dimension|fraction|enum"> |
| 329 | <enum name="fillRight" value="-1" /> |
Tadashi G. Takaoka | 287f4f8 | 2011-09-26 11:26:38 +0900 | [diff] [blame] | 330 | </attr> |
Tadashi G. Takaoka | 327763e | 2011-05-30 20:05:50 +0900 | [diff] [blame] | 331 | <!-- The X-coordinate of upper right corner of this key including horizontal gap. |
| 332 | If the value is negative, the origin is the right edge of the keyboard. --> |
| 333 | <attr name="keyXPos" format="dimension|fraction" /> |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 334 | </declare-styleable> |
| 335 | |
Tadashi G. Takaoka | 5a309f5 | 2010-12-02 18:46:21 +0900 | [diff] [blame] | 336 | <declare-styleable name="Keyboard_Include"> |
Tadashi G. Takaoka | d663555 | 2010-10-07 17:13:30 +0900 | [diff] [blame] | 337 | <attr name="keyboardLayout" format="reference" /> |
| 338 | </declare-styleable> |
Tadashi G. Takaoka | b046511 | 2010-11-11 15:28:14 -0800 | [diff] [blame] | 339 | |
Tadashi G. Takaoka | 5a309f5 | 2010-12-02 18:46:21 +0900 | [diff] [blame] | 340 | <declare-styleable name="Keyboard_Case"> |
Tadashi G. Takaoka | 11d9ee7 | 2012-04-04 14:30:42 +0900 | [diff] [blame] | 341 | <!-- This should be aligned with KeyboardLayoutSet_Element's elementName. --> |
| 342 | <attr name="keyboardLayoutSetElement" format="enum|string"> |
Tadashi G. Takaoka | 83306b9 | 2012-01-25 13:14:59 +0900 | [diff] [blame] | 343 | <enum name="alphabet" value="0" /> |
| 344 | <enum name="alphabetManualShifted" value="1" /> |
| 345 | <enum name="alphabetAutomaticShifted" value="2" /> |
| 346 | <enum name="alphabetShiftLocked" value="3" /> |
| 347 | <enum name="alphabetShiftLockShifted" value="4" /> |
| 348 | <enum name="symbols" value="5" /> |
| 349 | <enum name="symbolsShifted" value="6" /> |
| 350 | <enum name="phone" value="7" /> |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 351 | <enum name="phoneSymbols" value="8" /> |
Tadashi G. Takaoka | 83306b9 | 2012-01-25 13:14:59 +0900 | [diff] [blame] | 352 | <enum name="number" value="9" /> |
| 353 | </attr> |
Tadashi G. Takaoka | 5a309f5 | 2010-12-02 18:46:21 +0900 | [diff] [blame] | 354 | <!-- This should be aligned with KeyboardId.MODE_* --> |
Tadashi G. Takaoka | 5859205 | 2011-06-03 02:18:57 +0900 | [diff] [blame] | 355 | <attr name="mode" format="enum|string"> |
Tadashi G. Takaoka | cd39f2a | 2010-11-20 08:03:24 -0800 | [diff] [blame] | 356 | <enum name="text" value="0" /> |
| 357 | <enum name="url" value="1" /> |
| 358 | <enum name="email" value="2" /> |
| 359 | <enum name="im" value="3" /> |
Tadashi G. Takaoka | 9e2d810 | 2011-05-27 21:41:13 +0900 | [diff] [blame] | 360 | <enum name="phone" value="4" /> |
| 361 | <enum name="number" value="5" /> |
Tadashi G. Takaoka | 1d8196c | 2010-11-19 14:57:24 -0800 | [diff] [blame] | 362 | </attr> |
Tadashi G. Takaoka | 05bfd18 | 2012-02-16 23:14:14 -0800 | [diff] [blame] | 363 | <attr name="navigateNext" format="boolean" /> |
| 364 | <attr name="navigatePrevious" format="boolean" /> |
Tadashi G. Takaoka | 4b13b4f | 2011-02-20 12:54:14 +0900 | [diff] [blame] | 365 | <attr name="passwordInput" format="boolean" /> |
Tadashi G. Takaoka | cd96a69 | 2011-06-23 21:55:56 +0900 | [diff] [blame] | 366 | <attr name="clobberSettingsKey" format="boolean" /> |
Tadashi G. Takaoka | c3afe2c | 2011-07-31 18:34:54 -0700 | [diff] [blame] | 367 | <attr name="shortcutKeyEnabled" format="boolean" /> |
| 368 | <attr name="hasShortcutKey" format="boolean" /> |
Tadashi G. Takaoka | 81d4e3c | 2012-02-17 17:46:01 -0800 | [diff] [blame] | 369 | <attr name="languageSwitchKeyEnabled" format="boolean" /> |
Tadashi G. Takaoka | 7a39bd4 | 2012-02-07 17:07:23 +0900 | [diff] [blame] | 370 | <attr name="isMultiLine" format="boolean" /> |
Tadashi G. Takaoka | 5859205 | 2011-06-03 02:18:57 +0900 | [diff] [blame] | 371 | <attr name="imeAction" format="enum"> |
Tadashi G. Takaoka | 6624fd8 | 2010-11-19 16:04:52 -0800 | [diff] [blame] | 372 | <!-- This should be aligned with EditorInfo.IME_ACTION_* --> |
Tadashi G. Takaoka | 5859205 | 2011-06-03 02:18:57 +0900 | [diff] [blame] | 373 | <enum name="actionUnspecified" value="0" /> |
| 374 | <enum name="actionNone" value="1" /> |
| 375 | <enum name="actionGo" value="2" /> |
| 376 | <enum name="actionSearch" value="3" /> |
| 377 | <enum name="actionSend" value="4" /> |
| 378 | <enum name="actionNext" value="5" /> |
| 379 | <enum name="actionDone" value="6" /> |
| 380 | <enum name="actionPrevious" value="7" /> |
Tadashi G. Takaoka | 7a39bd4 | 2012-02-07 17:07:23 +0900 | [diff] [blame] | 381 | <!-- This should be aligned with KeyboardId.IME_ACTION_* --> |
| 382 | <enum name="actionCustomLabel" value="0x100" /> |
Tadashi G. Takaoka | 6624fd8 | 2010-11-19 16:04:52 -0800 | [diff] [blame] | 383 | </attr> |
Tadashi G. Takaoka | 5859205 | 2011-06-03 02:18:57 +0900 | [diff] [blame] | 384 | <attr name="localeCode" format="string" /> |
Tadashi G. Takaoka | ea6c2e3 | 2011-02-18 15:33:44 +0900 | [diff] [blame] | 385 | <attr name="languageCode" format="string" /> |
Tadashi G. Takaoka | 912ade3 | 2011-02-23 17:09:24 +0900 | [diff] [blame] | 386 | <attr name="countryCode" format="string" /> |
Tadashi G. Takaoka | b046511 | 2010-11-11 15:28:14 -0800 | [diff] [blame] | 387 | </declare-styleable> |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame] | 388 | |
Tadashi G. Takaoka | 5a309f5 | 2010-12-02 18:46:21 +0900 | [diff] [blame] | 389 | <declare-styleable name="Keyboard_KeyStyle"> |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame] | 390 | <attr name="styleName" format="string" /> |
| 391 | <attr name="parentStyle" format="string" /> |
| 392 | </declare-styleable> |
Tadashi G. Takaoka | a619673 | 2011-06-16 17:20:29 +0900 | [diff] [blame] | 393 | |
Tadashi G. Takaoka | 11d9ee7 | 2012-04-04 14:30:42 +0900 | [diff] [blame] | 394 | <declare-styleable name="KeyboardLayoutSet_Element"> |
Tadashi G. Takaoka | f86109c | 2011-12-13 17:30:51 +0900 | [diff] [blame] | 395 | <!-- This should be aligned with KeyboardId.ELEMENT_* --> |
| 396 | <attr name="elementName" format="enum"> |
Tadashi G. Takaoka | 117c124 | 2012-01-24 18:03:50 +0900 | [diff] [blame] | 397 | <enum name="alphabet" value="0" /> |
| 398 | <enum name="alphabetManualShifted" value="1" /> |
| 399 | <enum name="alphabetAutomaticShifted" value="2" /> |
| 400 | <enum name="alphabetShiftLocked" value="3" /> |
| 401 | <enum name="alphabetShiftLockShifted" value="4" /> |
| 402 | <enum name="symbols" value="5" /> |
| 403 | <enum name="symbolsShifted" value="6" /> |
| 404 | <enum name="phone" value="7" /> |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 405 | <enum name="phoneSymbols" value="8" /> |
Tadashi G. Takaoka | 117c124 | 2012-01-24 18:03:50 +0900 | [diff] [blame] | 406 | <enum name="number" value="9" /> |
Tadashi G. Takaoka | f86109c | 2011-12-13 17:30:51 +0900 | [diff] [blame] | 407 | </attr> |
Tadashi G. Takaoka | 117c124 | 2012-01-24 18:03:50 +0900 | [diff] [blame] | 408 | <attr name="elementKeyboard" format="reference"/> |
Tadashi G. Takaoka | 8dcad2e | 2012-03-28 17:33:25 +0900 | [diff] [blame] | 409 | <!-- Enable proximity characters correction. Disabled by default. --> |
| 410 | <attr name="enableProximityCharsCorrection" format="boolean" /> |
Tadashi G. Takaoka | f86109c | 2011-12-13 17:30:51 +0900 | [diff] [blame] | 411 | </declare-styleable> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 412 | </resources> |