gpt4 book ai didi

android - android中的警告对话框

转载 作者:行者123 更新时间:2023-11-29 14:54:04 26 4
gpt4 key购买 nike

我在我的应用程序中使用警报对话框,当警报对话框出现时,我的整个 Activity 进入背景并出现黑色。我希望当对话框出现时,我的 Activity 看起来像以前一样,我不不需要任何背景场景吗?

最佳答案

您需要为对话框使用透明标志。但您可能需要为其创建自定义对话框:

Dialog mDialog = new Dialog(mContext, android.R.style.Theme_Translucent);

自定义对话框: android dialog transparent

警报框:Set Transparent Window in AlertDialog box

关于android - android中的警告对话框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10598962/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com