Include number row for bepo

This commit is contained in:
Aleksandras Kostarevas 2024-05-14 18:08:04 -05:00
parent b985c3a283
commit d9ab17cc5e
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
>
<include
latin:keyboardLayout="@xml/key_styles_common" />
<include latin:keyboardLayout="@xml/row_number_switch" />
<Row
latin:keyWidth="10%p"
>

View File

@ -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