make spacebar wider at symbols keyboard too

This commit is contained in:
tibbi 2022-02-19 15:40:19 +01:00
parent 406fe81484
commit 8a1b68f826
3 changed files with 13 additions and 7 deletions

View File

@ -125,7 +125,9 @@
app:code="32"
app:isRepeatable="true"
app:keyWidth="50%p" />
<Key app:keyLabel="." />
<Key
app:keyLabel="."
app:keyWidth="10%p" />
<Key
app:code="-4"
app:keyEdgeFlags="right"

View File

@ -64,12 +64,14 @@
<Key
app:code="32"
app:isRepeatable="true"
app:keyWidth="45%p" />
<Key app:keyLabel="." />
app:keyWidth="50%p" />
<Key
app:keyLabel="."
app:keyWidth="10%p" />
<Key
app:code="-4"
app:keyEdgeFlags="right"
app:keyIcon="@drawable/ic_enter_vector"
app:keyWidth="20%p" />
app:keyWidth="15%p" />
</Row>
</Keyboard>

View File

@ -64,12 +64,14 @@
<Key
app:code="32"
app:isRepeatable="true"
app:keyWidth="45%p" />
<Key app:keyLabel="." />
app:keyWidth="50%p" />
<Key
app:keyLabel="."
app:keyWidth="10%p" />
<Key
app:code="-4"
app:keyEdgeFlags="right"
app:keyIcon="@drawable/ic_enter_vector"
app:keyWidth="20%p" />
app:keyWidth="15%p" />
</Row>
</Keyboard>