mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-19 08:20:15 +00:00
improve auto correct & select all icons (#651)
This commit is contained in:
parent
4ee01527a2
commit
dcddcccf09
8 changed files with 30 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue