fix #260, fixing a crash in romanian language
This commit is contained in:
parent
8f307dc2fb
commit
eb870522f3
2 changed files with 6 additions and 5 deletions
|
@ -108,6 +108,7 @@
|
||||||
<Key
|
<Key
|
||||||
app:keyEdgeFlags="right"
|
app:keyEdgeFlags="right"
|
||||||
app:keyLabel="l"
|
app:keyLabel="l"
|
||||||
|
app:popupCharacters="ĺľ"
|
||||||
app:popupKeyboard="@xml/keyboard_popup_template" />
|
app:popupKeyboard="@xml/keyboard_popup_template" />
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
|
@ -143,17 +144,17 @@
|
||||||
app:code="-6"
|
app:code="-6"
|
||||||
app:keyEdgeFlags="left"
|
app:keyEdgeFlags="left"
|
||||||
app:keyIcon="@drawable/ic_emoji_emotions_outline_vector"
|
app:keyIcon="@drawable/ic_emoji_emotions_outline_vector"
|
||||||
app:secondaryKeyIcon="@drawable/ic_language_outlined"
|
app:keyWidth="10%p"
|
||||||
app:keyWidth="10%p" />
|
app:secondaryKeyIcon="@drawable/ic_language_outlined" />
|
||||||
<Key
|
<Key
|
||||||
app:code="32"
|
app:code="32"
|
||||||
app:isRepeatable="true"
|
app:isRepeatable="true"
|
||||||
app:keyWidth="40%p" />
|
app:keyWidth="40%p" />
|
||||||
<Key
|
<Key
|
||||||
app:keyLabel="."
|
app:keyLabel="."
|
||||||
|
app:keyWidth="10%p"
|
||||||
app:popupCharacters=",?!;:…"
|
app:popupCharacters=",?!;:…"
|
||||||
app:popupKeyboard="@xml/keyboard_popup_template"
|
app:popupKeyboard="@xml/keyboard_popup_template" />
|
||||||
app:keyWidth="10%p" />
|
|
||||||
<Key
|
<Key
|
||||||
app:code="-4"
|
app:code="-4"
|
||||||
app:keyEdgeFlags="right"
|
app:keyEdgeFlags="right"
|
||||||
|
|
|
@ -9,7 +9,7 @@ ksp = "1.9.0-1.0.12"
|
||||||
#Room
|
#Room
|
||||||
room = "2.6.0-beta01"
|
room = "2.6.0-beta01"
|
||||||
#Simple tools
|
#Simple tools
|
||||||
simple-commons = "de113ad025"
|
simple-commons = "e3c1bea9a9"
|
||||||
#Gradle
|
#Gradle
|
||||||
gradlePlugins-agp = "8.1.1"
|
gradlePlugins-agp = "8.1.1"
|
||||||
#build
|
#build
|
||||||
|
|
Loading…
Reference in a new issue