mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
Fix: Ensure handleView is on top of buttons
This commit is contained in:
parent
012685b3c9
commit
a162572c7a
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user