mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Include number row for bepo
This commit is contained in:
parent
b985c3a283
commit
d9ab17cc5e
@ -18,6 +18,7 @@
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_common" />
|
||||
<include latin:keyboardLayout="@xml/row_number_switch" />
|
||||
<Row
|
||||
latin:keyWidth="10%p"
|
||||
>
|
||||
|
@ -103,7 +103,7 @@ val LocaleLayoutMap = mapOf(
|
||||
"uz_UZ" to listOf("uzbek"),
|
||||
"vi" to listOf("qwerty"),
|
||||
"zu" to listOf("qwerty"),
|
||||
"zz" to listOf("qwerty"),
|
||||
"zz" to QwertyVariants,
|
||||
)
|
||||
|
||||
@Preview
|
||||
|
Loading…
Reference in New Issue
Block a user