Add search mode keyboard layout
Bug: 3194695 Change-Id: I602f350882d6e3cb68ae971c1891b887b1f5a510
This commit is contained in:
parent
3b03887f1c
commit
bafba47a40
1 changed files with 17 additions and 2 deletions
|
@ -45,8 +45,23 @@
|
|||
latin:keyWidth="16.084%p" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyStyle="smileyKeyStyle" />
|
||||
<switch>
|
||||
<case
|
||||
latin:imeOptions="actionSearch"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel=":"
|
||||
latin:manualTemporaryUpperCaseCode="43"
|
||||
latin:keyHintIcon="@drawable/key_hint_plus_holo"
|
||||
latin:manualTemporaryUpperCaseHintIcon="@drawable/key_hint_plus_large_holo"
|
||||
latin:popupKeyboard="@xml/kbd_popup_template"
|
||||
latin:popupCharacters="+" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyStyle="smileyKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<Key
|
||||
latin:keyLabel="/"
|
||||
latin:manualTemporaryUpperCaseCode="64"
|
||||
|
|
Loading…
Reference in a new issue