删除作为活动的自定义对话框的白色边框
我有一个自定义对话框,其中有一个标签、一个文本框和 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请应用下面的代码而不是您的代码
Please apply below code instead of your one