Replace shift icons with white ones and use normal color filter (#173)

This commit is contained in:
BlackyHawky 2023-09-20 19:24:03 +02:00 committed by GitHub
parent 741b60a8b4
commit ff8a2e74e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 3 additions and 3 deletions

View file

@ -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) {