您好,我必须将主题中对话框的暗色更改为白色,以便通过设置layoutParams.dimAmount = 0.5f; 我可以在对话框背景中得到模糊的白色。
我在用
<style name="MyDialog" parent="@android:style/Theme.Holo.Light.Dialog">
<item name="android:windowBackground">@color/dialog_dim_background</item>
</style>
Run Code Online (Sandbox Code Playgroud)
以及以下参考文献
如何在 Android 上创建透明活动?
使用对话框自定义屏幕变暗