|
82 | 82 | <attr name="suggestionTextSize" format="dimension"/> |
83 | 83 | <attr name="suggestionBackgroundImage" format="reference"/> |
84 | 84 | <attr name="suggestionDividerImage" format="reference"/> |
| 85 | + <attr name="suggestionCloseImage" format="reference"/> |
85 | 86 | <attr name="suggestionStripHeight" format="dimension"/> |
86 | 87 |
|
87 | 88 | <!-- Size of the text for hinting about long press output. --> |
|
155 | 156 | <!-- centered, but also adjust position to account for hint label location --> |
156 | 157 | <flag name="auto" value="112"/> |
157 | 158 | </attr> |
158 | | - <!-- show hint and/or extra hint on preview --> |
159 | | - <attr name="showHintOnPreview" format="boolean"/> |
160 | | - <attr name="showExtraHintOnPreview" format="boolean"/> |
161 | 159 | <!-- expected behavior if showHintOnPreview="false" and showExtraHintOnPreview="true" --> |
162 | 160 | <!-- is that extra hint is shown if any long press or popupCharacters for key --> |
163 | 161 |
|
|
169 | 167 |
|
170 | 168 | <attr name="previewGestureTextSize" format="dimension"/> |
171 | 169 | <attr name="previewGestureTextColor" format="color"/> |
| 170 | + <!-- show hint and/or extra hint on preview --> |
| 171 | + <attr name="showHintOnPreview" format="boolean"/> |
| 172 | + <attr name="showExtraHintOnPreview" format="boolean"/> |
| 173 | + <attr name="previewAnimationType"> |
| 174 | + <flag name="none" value="0"/> |
| 175 | + <!--default value--> |
| 176 | + <flag name="extend_key" value="1"/> |
| 177 | + <flag name="appear" value="2"/> |
| 178 | + </attr> |
172 | 179 | </declare-styleable> |
173 | 180 |
|
174 | | - |
175 | | - |
176 | 181 | <declare-styleable name="AnyKeyboardViewIconsTheme"> |
177 | 182 | <!-- should support normal, android:state_pressed, key_type_feedback, android:state_pressed+key_type_feedback, android:state_checked, state_checked+key_type_feedback --> |
178 | 183 | <attr name="iconKeyShift" format="reference"/> |
|
0 commit comments