删除作为活动的自定义对话框的白色边框

发布于 2024-12-09 07:12:54 字数 320 浏览 0 评论 0原文

我有一个自定义对话框,其中有一个标签、一个文本框和 2 个按钮。
所以我决定建立一个看起来像对话框的活动,然后在清单文件中,我提到主题为对话框。

所以现在我得到了一个可以正常工作的自定义对话框。
但是,我想删除这个自定义对话框的白色边框。

我阅读了其他帖子,其中说我们可以使用删除边框,

<item name="android:windowBackground">@color/transparent_white</item>

但在我的情况下,它是一个活动,看起来像一个对话框。 请帮忙

I have a custom dialog, which has a label , a text box and 2 buttons.
So i decided to build up a Activity which will look like a dialog, and in then Manifest file, i mentioned the theme as Dialog.

So now I get a custom dialog working fine.
But, i want to remove the white boder of this custom Dialog.

I read the other posts,which say we can remove the border using

<item name="android:windowBackground">@color/transparent_white</item>

however in my case it is an activity, which looks like a dialog.
Please help

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

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

发布评论

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

评论(1

ˇ宁静的妩媚 2024-12-16 07:12:54

请应用下面的代码而不是您的代码

<item name="android:windowBackground">@android:color/transparent</item>

Please apply below code instead of your one

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