如何去除android中弹出窗口的黑色阴影?

发布于 2025-01-05 02:31:34 字数 154 浏览 5 评论 0原文

我在 Android 应用程序中创建了一个小的弹出窗口,用于登录表单,如下图所示。它有一些黑色阴影(红线提到)如何删除它,以及如何在弹出布局中引入箭头形符号(即一些定制设计) 在此处输入图像描述

I created a small popup window in android app for login form shown in the below image. It has some black shades(mentioned in red line) how to remove this, also how to bring arrow shaped symbol in the popup layout(i.e- some customised designs)
enter image description here

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

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

发布评论

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

评论(2

—━☆沉默づ 2025-01-12 02:31:34

您可以通过setBackgroundDrawable(null);将背景设置为null,这样新的弹出窗口将是透明的

you can set the background to null by setBackgroundDrawable(null); by which the new popup window will be transparent

终难愈 2025-01-12 02:31:34

如何在弹出布局中引入箭头形状的符号(即一些定制设计)

我认为您需要一些快速操作的弹出窗口。以下链接以及源代码将对您有所帮助。

http://www.londatiga.net/it/如何在 android 中创建quickaction-dialog/

how to bring arrow shaped symbol in the popup layout(i.e- some customised designs)

What I thought is you required some quick action popup. Following link along with source codes will help u.

http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

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