mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-17 11:59:34 +00:00
Added new number pad (#81)
* Added new number pad * keyActionFlags="noKeyPreview" added * Displayed period + comma keys as Gboard & added symbols key * Added currency hint for phone in portrait mode on "%" key * Added ≠ ≈ on the = key and ± on the + key * Moved spacebar above backspace key for phones in landscape mode
This commit is contained in:
parent
350eb6d66a
commit
77c0a5b4f5
35 changed files with 777 additions and 4 deletions
|
@ -302,6 +302,7 @@
|
|||
<attr name="iconStartOneHandedMode" format="reference" />
|
||||
<attr name="iconStopOneHandedMode" format="reference" />
|
||||
<attr name="iconSwitchOneHandedMode" format="reference" />
|
||||
<attr name="iconNumpadKey" format="reference" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="Keyboard_GridRows">
|
||||
|
@ -498,6 +499,7 @@
|
|||
<enum name="emojiCategory14" value="24" />
|
||||
<enum name="emojiCategory15" value="25" />
|
||||
<enum name="emojiCategory16" value="26" />
|
||||
<enum name="numpad" value="28" />
|
||||
</attr>
|
||||
<!-- This should be aligned with Keyboard.themeId and
|
||||
{@link org.dslul.openboard.inputmethod.keyboard.KeyboardTheme#THEME_ID_ICS} etc. -->
|
||||
|
@ -586,6 +588,7 @@
|
|||
<enum name="emojiCategory14" value="24" />
|
||||
<enum name="emojiCategory15" value="25" />
|
||||
<enum name="emojiCategory16" value="26" />
|
||||
<enum name="numpad" value="28" />
|
||||
</attr>
|
||||
<attr name="elementKeyboard" format="reference"/>
|
||||
<!-- Enable proximity characters correction. Disabled by default. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue