Skip to content

Commit 8a1b68f

Browse files
committed
make spacebar wider at symbols keyboard too
1 parent 406fe81 commit 8a1b68f

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

app/src/main/res/xml/keys_letters_english.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@
125125
app:code="32"
126126
app:isRepeatable="true"
127127
app:keyWidth="50%p" />
128-
<Key app:keyLabel="." />
128+
<Key
129+
app:keyLabel="."
130+
app:keyWidth="10%p" />
129131
<Key
130132
app:code="-4"
131133
app:keyEdgeFlags="right"

app/src/main/res/xml/keys_symbols.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@
6464
<Key
6565
app:code="32"
6666
app:isRepeatable="true"
67-
app:keyWidth="45%p" />
68-
<Key app:keyLabel="." />
67+
app:keyWidth="50%p" />
68+
<Key
69+
app:keyLabel="."
70+
app:keyWidth="10%p" />
6971
<Key
7072
app:code="-4"
7173
app:keyEdgeFlags="right"
7274
app:keyIcon="@drawable/ic_enter_vector"
73-
app:keyWidth="20%p" />
75+
app:keyWidth="15%p" />
7476
</Row>
7577
</Keyboard>

app/src/main/res/xml/keys_symbols_shift.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@
6464
<Key
6565
app:code="32"
6666
app:isRepeatable="true"
67-
app:keyWidth="45%p" />
68-
<Key app:keyLabel="." />
67+
app:keyWidth="50%p" />
68+
<Key
69+
app:keyLabel="."
70+
app:keyWidth="10%p" />
6971
<Key
7072
app:code="-4"
7173
app:keyEdgeFlags="right"
7274
app:keyIcon="@drawable/ic_enter_vector"
73-
app:keyWidth="20%p" />
75+
app:keyWidth="15%p" />
7476
</Row>
7577
</Keyboard>

0 commit comments

Comments
 (0)