improve auto correct & select all icons (#651)

This commit is contained in:
codokie 2024-04-06 13:47:37 +03:00 committed by GitHub
parent 4ee01527a2
commit dcddcccf09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 30 additions and 2 deletions

View file

@ -72,7 +72,7 @@ private fun getStyleableIconId(key: ToolbarKey) = when (key) {
UNDO -> R.styleable.Keyboard_iconUndo
REDO -> R.styleable.Keyboard_iconRedo
INCOGNITO -> R.styleable.Keyboard_iconIncognitoKey
AUTOCORRECT -> R.styleable.Keyboard_iconLanguageSwitchKey
AUTOCORRECT -> R.styleable.Keyboard_iconAutoCorrect
CLEAR_CLIPBOARD -> R.styleable.Keyboard_iconClearClipboardKey
FULL_LEFT -> R.styleable.Keyboard_iconFullLeft
FULL_RIGHT -> R.styleable.Keyboard_iconFullRight