mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-21 17:24:14 +00:00
fix space background for phone input
This commit is contained in:
parent
2e12c161cc
commit
966340156d
2 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,6 @@
|
|||
latin:keySpec="!icon/space_key_for_number_layout|!code/key_space"
|
||||
latin:keyLabelFlags="alignIconToBottom"
|
||||
latin:keyActionFlags="enableLongPress"
|
||||
latin:backgroundType="functional"
|
||||
latin:parentStyle="numKeyBaseStyle" />
|
||||
<!-- TODO: Consolidate these space key styles with numSpaceKeyStyle above by introducing <case>
|
||||
predicator that checks device form-factor. -->
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
latin:keyStyle="numKeyStyle" />
|
||||
<Key
|
||||
latin:keyStyle="numSpaceKeyStyle"
|
||||
latin:backgroundType="functional"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<Row>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue