如何使Android dialog弹出后的Android activity背景不变暗 剪客

如题所述

加入一个style

//R.style.dialog_noframe
<style name="dialog_noframe" parent="@android:style/Theme.Holo.Light.Dialog">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
为Dialog设置这个样式,Dialog dlg = new Dialog(this,R.style.dialog_noframe);
温馨提示:内容为网友见解,仅供参考
无其他回答

Warning: Invalid argument supplied for foreach() in /www/wwwroot/www.t2y.org3v3b34/skin/templets/default/contents.html on line 47
相似回答