mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-25 17:16:43 +00:00
LatinIME: Update the number pad
* Shuffle buttons to match other keyboards Change-Id: I7ba42cc70127086f2082d7d311af30a7e09ca0a1
This commit is contained in:
parent
9dd8dec55e
commit
5d2696e725
1 changed files with 29 additions and 34 deletions
|
@ -49,35 +49,9 @@
|
|||
<Key
|
||||
latin:keySpec="6"
|
||||
latin:keyStyle="numKeyStyle" />
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="date"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="."
|
||||
latin:keyStyle="numKeyStyle"
|
||||
latin:backgroundType="functional"
|
||||
latin:keyWidth="fillRight" />
|
||||
</case>
|
||||
<case
|
||||
latin:mode="time|datetime"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="."
|
||||
latin:moreKeys="!text/morekeys_am_pm"
|
||||
latin:keyLabelFlags="hasPopupHint"
|
||||
latin:keyStyle="numKeyStyle"
|
||||
latin:backgroundType="functional"
|
||||
latin:keyWidth="fillRight" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec=","
|
||||
latin:keyStyle="numKeyStyle"
|
||||
latin:backgroundType="functional"
|
||||
latin:keyWidth="fillRight" />
|
||||
</default>
|
||||
</switch>
|
||||
<Key
|
||||
latin:keyStyle="numSpaceKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<Row>
|
||||
<Key
|
||||
|
@ -94,6 +68,32 @@
|
|||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<Row>
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="date"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="."
|
||||
latin:keyStyle="numKeyStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:mode="time|datetime"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="."
|
||||
latin:moreKeys="!text/morekeys_am_pm"
|
||||
latin:keyLabelFlags="hasPopupHint"
|
||||
latin:keyStyle="numKeyStyle" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec=","
|
||||
latin:keyStyle="numKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<Key
|
||||
latin:keySpec="0"
|
||||
latin:keyStyle="numKeyStyle" />
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="date"
|
||||
|
@ -123,11 +123,6 @@
|
|||
latin:keyStyle="numKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<Key
|
||||
latin:keySpec="0"
|
||||
latin:keyStyle="numKeyStyle" />
|
||||
<Key
|
||||
latin:keyStyle="numSpaceKeyStyle" />
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
|
|
Loading…
Add table
Reference in a new issue