mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -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);
|
ViewGroup.LayoutParams params = new ViewGroup.LayoutParams(size, size);
|
||||||
setLayoutParams(params);
|
setLayoutParams(params);
|
||||||
setBackground(mDrawable);
|
setBackground(mDrawable);
|
||||||
setElevation(3);
|
setTranslationZ(10.5F);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setControlButton(ControlInterface controlInterface){
|
public void setControlButton(ControlInterface controlInterface){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user