Replace shift icons with white ones and use normal color filter (#173)
|
@ -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) {
|
||||
|
|
Before Width: | Height: | Size: 666 B |
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 514 B |
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 1.7 KiB |
|
@ -1,3 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/sym_keyboard_shift_locked_lxx_dark" android:tint="@color/icon_tint_system_accent_lxx_dark" />
|
||||
android:src="@drawable/sym_keyboard_shift_locked_lxx_light" android:tint="@color/icon_tint_system_accent_lxx_dark" />
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/sym_keyboard_shift_locked_lxx_dark" android:tint="@color/icon_tint_system_accent_lxx_light" />
|
||||
android:src="@drawable/sym_keyboard_shift_locked_lxx_light" android:tint="@color/icon_tint_system_accent_lxx_light" />
|
||||
|
|
Before Width: | Height: | Size: 732 B |
Before Width: | Height: | Size: 692 B After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 553 B |
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1,015 B |
Before Width: | Height: | Size: 996 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 800 B |
Before Width: | Height: | Size: 818 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1,014 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 818 B |
Before Width: | Height: | Size: 851 B After Width: | Height: | Size: 2.1 KiB |