Fix: Ensure handleView is on top of buttons

This commit is contained in:
Mathias-Boulay 2022-11-19 21:19:22 +01:00
parent 012685b3c9
commit a162572c7a

View File

@ -52,7 +52,7 @@ public class ControlHandleView extends View {
ViewGroup.LayoutParams params = new ViewGroup.LayoutParams(size, size);
setLayoutParams(params);
setBackground(mDrawable);
setElevation(3);
setTranslationZ(10.5F);
}
public void setControlButton(ControlInterface controlInterface){