android 半透明对话框
如何配置对话框布局,以便对话框显示为半透明(颜色和 Alpha 通道设置为 50% 左右,以便通过对话框可以看到重叠视图)。 我创建一个自定义对话框并将 contentView 设置为仅简单的 TextView。 谢谢
How can I configure Dialog layout so that the Dialog is displayed as translucent (with color and alpha channel set to some 50% so that the overlayed view is visible through the Dialog).
I create a custom Dialog and set the contentView to be simple TextView only.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,不知何故,这可能是你觉得有用的:
Well, somehow, this is what you might find usefull:
您可以使用 setFeatureDrawableAlpha()
请参阅 http://developer.android.com/reference/android/ view/Window.html#setFeatureDrawableAlpha(int, int)
You can use setFeatureDrawableAlpha()
See http://developer.android.com/reference/android/view/Window.html#setFeatureDrawableAlpha(int, int)