mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
extra keys: make popup & pressed button no longer transparent
Fixes visual issue when popup overlaps text of upper row.
This commit is contained in:
@@ -39,7 +39,7 @@ public final class ExtraKeysView extends GridLayout {
|
||||
private static final int TEXT_COLOR = 0xFFFFFFFF;
|
||||
private static final int BUTTON_COLOR = 0x00000000;
|
||||
private static final int INTERESTING_COLOR = 0xFF80DEEA;
|
||||
private static final int BUTTON_PRESSED_COLOR = 0x7FFFFFFF;
|
||||
private static final int BUTTON_PRESSED_COLOR = 0xFF7F7F7F;
|
||||
|
||||
public ExtraKeysView(Context context, AttributeSet attrs) {
|
||||
super(context, attrs);
|
||||
|
Reference in New Issue
Block a user