我正在为我的应用程序的AlertDialog实现自定义样式。但你看到的AlertDialog完全是奇怪的。这是图片:
这是我用于定义样式的代码:
<style name="AppThemeClassic" parent="AppTheme">
<item name="android:alertDialogTheme">@style/DialogStyle</item>
</style>
<style name="DialogStyle" parent="@style/Theme.AppCompat.Dialog">
<item name="android:windowBackground">@drawable/bg_dialog</item>
</style>
编辑:
bg_dialog: