mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-17 15:32:48 +00:00
Restored delete key color in emoji view (#197)
This commit is contained in:
parent
997bda22c2
commit
10f6e30e44
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ public final class EmojiPalettesView extends LinearLayout
|
||||||
// deleteKey depends only on OnTouchListener.
|
// deleteKey depends only on OnTouchListener.
|
||||||
mDeleteKey = findViewById(R.id.emoji_keyboard_delete);
|
mDeleteKey = findViewById(R.id.emoji_keyboard_delete);
|
||||||
mDeleteKey.setBackgroundResource(mFunctionalKeyBackgroundId);
|
mDeleteKey.setBackgroundResource(mFunctionalKeyBackgroundId);
|
||||||
|
mDeleteKey.setColorFilter(colors.getKeyTextFilter());
|
||||||
mDeleteKey.setTag(Constants.CODE_DELETE);
|
mDeleteKey.setTag(Constants.CODE_DELETE);
|
||||||
mDeleteKey.setOnTouchListener(mDeleteKeyOnTouchListener);
|
mDeleteKey.setOnTouchListener(mDeleteKeyOnTouchListener);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue