Skip to content

Commit

Permalink
fix space background for phone input
Browse files Browse the repository at this point in the history
  • Loading branch information
Helium314 committed Sep 20, 2023
1 parent 2e12c16 commit 9663401
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/res/xml/key_styles_number.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/xml/rows_number_normal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
latin:keyStyle="numKeyStyle" />
<Key
latin:keyStyle="numSpaceKeyStyle"
latin:backgroundType="functional"
latin:keyWidth="fillRight" />
</Row>
<Row>
Expand Down

0 comments on commit 9663401

Please sign in to comment.