Skip to content

Commit ab4125a

Browse files
committed
Fixed bépo letter width error
1 parent 8879e8a commit ab4125a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/src/main/res/xml/keys_letters_french_bepo.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
app:topSmallNumber="1" />
4444
<Key
4545
app:keyLabel="é"
46-
app:popupCharacters="2"
46+
app:popupCharacters="2eéèê"
4747
app:popupKeyboard="@xml/keyboard_popup_template"
4848
app:topSmallNumber="2" />
4949
<Key
@@ -53,7 +53,7 @@
5353
app:topSmallNumber="3" />
5454
<Key
5555
app:keyLabel="o"
56-
app:popupCharacters="4ôœöòóøõ9ō"
56+
app:popupCharacters="4ôœöòóøõō"
5757
app:popupKeyboard="@xml/keyboard_popup_template"
5858
app:topSmallNumber="4" />
5959
<Key
@@ -91,7 +91,9 @@
9191
<Row>
9292
<Key
9393
app:keyEdgeFlags="left"
94-
app:keyLabel="a" />
94+
app:keyLabel="a"
95+
app:popupCharacters="áàâãäåāæą"
96+
app:popupKeyboard="@xml/keyboard_popup_template" />
9597
<Key
9698
app:keyLabel="u"
9799
app:popupCharacters="űúùûüū"
@@ -126,8 +128,7 @@
126128
<Key
127129
app:code="-1"
128130
app:keyEdgeFlags="left"
129-
app:keyIcon="@drawable/ic_caps_outline_vector"
130-
app:keyWidth="15%p" />
131+
app:keyIcon="@drawable/ic_caps_outline_vector" />
131132
<Key app:keyLabel="y" />
132133
<Key app:keyLabel="x" />
133134
<Key
@@ -143,8 +144,7 @@
143144
app:code="-5"
144145
app:isRepeatable="true"
145146
app:keyEdgeFlags="right"
146-
app:keyIcon="@drawable/ic_clear_vector"
147-
app:keyWidth="15%p" />
147+
app:keyIcon="@drawable/ic_clear_vector" />
148148
</Row>
149149
<Row>
150150
<Key

0 commit comments

Comments
 (0)