不同的setError()对话框背景颜色在不同的地方

时间:2017-10-17 06:53:50

标签: android

在我的应用程序中,我使用setError()方法来显示错误消息。在整个应用程序中,显示erroe消息的代码保持不变。但是我注意到在一个场景中错误消息的背景颜色发生了变化,即使这两种情况的代码与通常相同。请参考下图:

enter image description here

和此:

enter image description here

我希望它能在所有情况下显示黑暗的背景。 对于第一种情况,布局是一个对话框,我正在使用它的背景样式,我将在下面发布。

 <style name="Dialog" parent="android:style/Theme.Dialog">
    <item name="android:windowBackground">@color/dialog_background</item>
    <item name="android:windowNoTitle">true</item>
    <item name="android:windowIsFloating">true</item>
</style>

我错过了什么吗?需要你的帮助。提前谢谢。

0 个答案:

没有答案