应用样式 Android
我想让我的活动看起来像一个对话框,但没有标题栏。所以我想我应该自己写这种风格。
但是这个 XML 风格应该是怎样的呢?
我已经为我的 Activity 尝试过 Theme.Dialog,但问题是,我不想要 Theme.Dialog 样式的背景。并且没有屏幕标签。 我的所有屏幕都是由 XML 构建的,我只想将其置于屏幕中央并具有半透明的外部背景。
I want to make my Activity appear like a Dialog box, but without the title bar. So I think I should write this style myself.
But how should this XML style be?
I already tried the Theme.Dialog for my Activity, but the thing is, I don't want the background of the Theme.Dialog style. And without an label for screen.
I has all the screen build by XML, I want just center it on screen and has a semi-transparent outside background.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要这样做
如果您不想要背景,请将其删除。
Just do this
If you don't want background remove that.