mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-23 19:17:17 -04:00
[Control button] Bug fix: held state hides text
This commit is contained in:
@@ -47,6 +47,7 @@ public class ControlButton extends Button implements OnLongClickListener, OnTouc
|
||||
|
||||
mRectPaint = new Paint();
|
||||
mRectPaint.setColor(value.data);
|
||||
mRectPaint.setAlpha(128);
|
||||
}
|
||||
|
||||
public HandleView getHandleView() {
|
||||
|
||||
Reference in New Issue
Block a user