Skip to content

Commit 6973313

Browse files
committed
unifying key width in some languages
1 parent 05698d6 commit 6973313

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@
118118
app:keyEdgeFlags="left"
119119
app:keyLabel="123"
120120
app:keyWidth="15%p" />
121-
<Key app:keyLabel="," />
121+
<Key
122+
app:keyLabel=","
123+
app:keyWidth="10%p" />
122124
<Key
123125
app:code="32"
124126
app:isRepeatable="true"

app/src/main/res/xml/keys_letters_french.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@
106106
app:code="32"
107107
app:isRepeatable="true"
108108
app:keyWidth="50%p" />
109-
<Key app:keyLabel="." />
109+
<Key
110+
app:keyLabel="."
111+
app:keyWidth="10%p" />
110112
<Key
111113
app:code="-4"
112114
app:keyEdgeFlags="right"

app/src/main/res/xml/keys_letters_russian.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@
159159
app:code="32"
160160
app:isRepeatable="true"
161161
app:keyWidth="50%p" />
162-
<Key app:keyLabel="." />
162+
<Key
163+
app:keyLabel="."
164+
app:keyWidth="10%p" />
163165
<Key
164166
app:code="-4"
165167
app:keyEdgeFlags="right"

0 commit comments

Comments
 (0)