[Control button] Bug fix: held state hides text

This commit is contained in:
Duy Tran Khanh
2021-01-16 11:52:16 +07:00
committed by GitHub
parent 298ceff15b
commit 382cf1e454

View File

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