Skip to content

Commit eb87052

Browse files
committed
fix #260, fixing a crash in romanian language
1 parent 8f307dc commit eb87052

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

app/src/main/res/xml/keys_letters_romanian.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<Key
109109
app:keyEdgeFlags="right"
110110
app:keyLabel="l"
111+
app:popupCharacters="ĺľ"
111112
app:popupKeyboard="@xml/keyboard_popup_template" />
112113
</Row>
113114
<Row>
@@ -143,17 +144,17 @@
143144
app:code="-6"
144145
app:keyEdgeFlags="left"
145146
app:keyIcon="@drawable/ic_emoji_emotions_outline_vector"
146-
app:secondaryKeyIcon="@drawable/ic_language_outlined"
147-
app:keyWidth="10%p" />
147+
app:keyWidth="10%p"
148+
app:secondaryKeyIcon="@drawable/ic_language_outlined" />
148149
<Key
149150
app:code="32"
150151
app:isRepeatable="true"
151152
app:keyWidth="40%p" />
152153
<Key
153154
app:keyLabel="."
155+
app:keyWidth="10%p"
154156
app:popupCharacters=",?!;:…"
155-
app:popupKeyboard="@xml/keyboard_popup_template"
156-
app:keyWidth="10%p" />
157+
app:popupKeyboard="@xml/keyboard_popup_template" />
157158
<Key
158159
app:code="-4"
159160
app:keyEdgeFlags="right"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ksp = "1.9.0-1.0.12"
99
#Room
1010
room = "2.6.0-beta01"
1111
#Simple tools
12-
simple-commons = "de113ad025"
12+
simple-commons = "e3c1bea9a9"
1313
#Gradle
1414
gradlePlugins-agp = "8.1.1"
1515
#build

0 commit comments

Comments
 (0)