mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-16 23:12:47 +00:00
Replace shift icons with white ones and use normal color filter (#173)
This commit is contained in:
parent
741b60a8b4
commit
ff8a2e74e4
23 changed files with 3 additions and 3 deletions
|
@ -611,7 +611,7 @@ public class KeyboardView extends View {
|
|||
|| keyboard.mId.mElementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED
|
||||
|| keyboard.mId.mElementId == KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCK_SHIFTED
|
||||
)
|
||||
icon.setColorFilter(mColors.getAccent(), PorterDuff.Mode.SRC_ATOP); // todo: switch to accentColorFilter after changing keyboard symbols to white icons
|
||||
icon.setColorFilter(mColors.getAccentColorFilter());
|
||||
else
|
||||
icon.setColorFilter(mColors.getKeyTextFilter()); // key text if not shifted
|
||||
} else if (key.getBackgroundType() != Key.BACKGROUND_TYPE_NORMAL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue