Skip to content

Commit 836b9a6

Browse files
committed
Use proper space width in symbols layout
1 parent 9748e8a commit 836b9a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<Key
6565
app:code="32"
6666
app:isRepeatable="true"
67-
app:keyWidth="48%p" />
67+
app:keyWidth="50%p" />
6868
<Key
6969
app:keyLabel="."
7070
app:keyWidth="10%p" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<Key
6565
app:code="32"
6666
app:isRepeatable="true"
67-
app:keyWidth="48%p" />
67+
app:keyWidth="50%p" />
6868
<Key
6969
app:keyLabel="."
7070
app:keyWidth="10%p" />

0 commit comments

Comments
 (0)