replace switch-keyboard button with a space in numeric keyboard

This commit is contained in:
Daniel Sutto 2023-02-11 09:15:58 +01:00
parent 41f8d25e86
commit 50c2aa3ea0

View File

@ -46,8 +46,8 @@
app:keyLabel="9"
app:keyWidth="25%p" />
<Key
app:keyLabel="abc"
app:code="-2"
app:keyLabel=""
app:code="32"
app:keyEdgeFlags="right"
app:keyWidth="25%p" />
</Row>