mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-04 22:00:43 +00:00
Holo style: set color of default number pad spacebar icon (#172)
This commit is contained in:
parent
1e292d152d
commit
2e12c161cc
1 changed files with 3 additions and 0 deletions
|
@ -619,6 +619,9 @@ public class KeyboardView extends View {
|
||||||
} else if (this instanceof MoreKeysKeyboardView) {
|
} else if (this instanceof MoreKeysKeyboardView) {
|
||||||
// set color filter for long press comma key, should not trigger anywhere else
|
// set color filter for long press comma key, should not trigger anywhere else
|
||||||
icon.setColorFilter(mColors.getKeyTextFilter());
|
icon.setColorFilter(mColors.getKeyTextFilter());
|
||||||
|
} else if (key.getCode() == Constants.CODE_SPACE) {
|
||||||
|
// set color of default number pad space bar icon for Holo style
|
||||||
|
icon.setColorFilter(mColors.getKeyTextFilter());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue