开发者

Button - bring to front

开发者 https://www.devze.com 2023-02-28 18:36 出处:网络
I have a button which is part of surfaceView(1). I have created another view(cro开发者_JAVA技巧pView extends surfaceView(2)) on top of this surfaceView. This view has the height and width to match the

I have a button which is part of surfaceView(1). I have created another view(cro开发者_JAVA技巧pView extends surfaceView(2)) on top of this surfaceView. This view has the height and width to match the parent.

But I want the buttons that are part of (1) to be visible in (2). How do I get this? I used button.bringToFront() But this did not seem to help!

Any help is appreciated. Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消