mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-02-18 12:50:36 +01:00
make spacebar wider at symbols keyboard too
This commit is contained in:
parent
406fe81484
commit
8a1b68f826
@ -125,7 +125,9 @@
|
|||||||
app:code="32"
|
app:code="32"
|
||||||
app:isRepeatable="true"
|
app:isRepeatable="true"
|
||||||
app:keyWidth="50%p" />
|
app:keyWidth="50%p" />
|
||||||
<Key app:keyLabel="." />
|
<Key
|
||||||
|
app:keyLabel="."
|
||||||
|
app:keyWidth="10%p" />
|
||||||
<Key
|
<Key
|
||||||
app:code="-4"
|
app:code="-4"
|
||||||
app:keyEdgeFlags="right"
|
app:keyEdgeFlags="right"
|
||||||
|
@ -64,12 +64,14 @@
|
|||||||
<Key
|
<Key
|
||||||
app:code="32"
|
app:code="32"
|
||||||
app:isRepeatable="true"
|
app:isRepeatable="true"
|
||||||
app:keyWidth="45%p" />
|
app:keyWidth="50%p" />
|
||||||
<Key app:keyLabel="." />
|
<Key
|
||||||
|
app:keyLabel="."
|
||||||
|
app:keyWidth="10%p" />
|
||||||
<Key
|
<Key
|
||||||
app:code="-4"
|
app:code="-4"
|
||||||
app:keyEdgeFlags="right"
|
app:keyEdgeFlags="right"
|
||||||
app:keyIcon="@drawable/ic_enter_vector"
|
app:keyIcon="@drawable/ic_enter_vector"
|
||||||
app:keyWidth="20%p" />
|
app:keyWidth="15%p" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
@ -64,12 +64,14 @@
|
|||||||
<Key
|
<Key
|
||||||
app:code="32"
|
app:code="32"
|
||||||
app:isRepeatable="true"
|
app:isRepeatable="true"
|
||||||
app:keyWidth="45%p" />
|
app:keyWidth="50%p" />
|
||||||
<Key app:keyLabel="." />
|
<Key
|
||||||
|
app:keyLabel="."
|
||||||
|
app:keyWidth="10%p" />
|
||||||
<Key
|
<Key
|
||||||
app:code="-4"
|
app:code="-4"
|
||||||
app:keyEdgeFlags="right"
|
app:keyEdgeFlags="right"
|
||||||
app:keyIcon="@drawable/ic_enter_vector"
|
app:keyIcon="@drawable/ic_enter_vector"
|
||||||
app:keyWidth="20%p" />
|
app:keyWidth="15%p" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user