带按钮的透明 LinearLayout (Android)

发布于 2024-11-30 15:28:50 字数 205 浏览 0 评论 0原文

我正在尝试制作一个带有按钮的菜单,我的问题是我希望这个菜单位于相机视图上(我正在研究增强现实)。 但是,如果我显示菜单,它会使背景变黑,而不是显示相机的视频。

有什么想法如何使这个背景透明吗?我尝试过:

menu.setBackgroundColor(Color.TRANSPARENT);

但没有修改:/...

I'm trying to make a menu with buttons, and my problem is that i want this menu to be over a camera view (I'm working on Augmented Reality).
But if I make my menu appear it makes the background black instead of having the video of my camera.

Any ideas how to make this background transparent? I tried with :

menu.setBackgroundColor(Color.TRANSPARENT);

but there is no modification :/...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

痕至 2024-12-07 15:28:51

好的。然后您可以将菜单的背景更改为任何透明图像。或者您可以将清单文件中的主题更改为黑色,以便可以在应用程序中显示白色背景

OK. Then you can change the background of the menu as any transperent image. Or you can change the theme in Manifest file to black so that can shows the white background in your Application

筱武穆 2024-12-07 15:28:51

尝试:menu.setBackgroundColor(Color.alpha(0));

Try: menu.setBackgroundColor(Color.alpha(0));

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文