使我的对话框在所有 Android 版本中看起来一致
我有一个以对话框为主题的 Android 活动,虽然它在香草姜饼中看起来很棒,但那些使用最新姜饼 motoblur 的活动周围有一个看起来特别可怕的黑色边框,这是对话框的风格。如何才能使大多数(如果不是所有)Android 品种和版本的外观保持一致?
I have an Android activity themed as a Dialog, and while it looks great in vanilla Gingerbread, those with the latest gingerbread motoblur have this extra horrible looking black border around it which is the style of the dialog. How could I make the look consistent across most if not all varieties and versions of Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您创建自己的自定义主题,则可以使其在所有版本中看起来一致。使用内置主题的问题是每个设备制造商的定义都不同。所以如果你定义自己的主题应该没问题。
If you create your own custom theme you can make it look consistent across all versions. The problem with using the built in themes is this is defined differently for each device manufacturer. So you should be fine if you define your own theme.