mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-16 23:12:47 +00:00
add start for layout edit dialog
This commit is contained in:
parent
33e03cedd0
commit
e2ebd32f25
5 changed files with 80 additions and 11 deletions
|
@ -79,7 +79,7 @@ fun loadCustomLayout(layoutContent: String, layoutName: String, languageTag: Str
|
|||
.show()
|
||||
}
|
||||
|
||||
private fun checkLayout(layoutContent: String, context: Context): Boolean {
|
||||
fun checkLayout(layoutContent: String, context: Context): Boolean {
|
||||
val params = KeyboardParams()
|
||||
params.mId = KeyboardLayoutSet.getFakeKeyboardId(KeyboardId.ELEMENT_ALPHABET)
|
||||
params.mPopupKeyTypes.add(POPUP_KEYS_LAYOUT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue