gpt4 book ai didi

android - Android中具有透明背景的对话框

转载 作者:IT老高 更新时间:2023-10-28 12:52:39 26 4
gpt4 key购买 nike

如何从 Android 中的对话框中删除黑色背景。图片显示了问题。

enter image description here

final Dialog dialog = new Dialog(Screen1.this);
dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
dialog.setContentView(R.layout.themechanger);

最佳答案

添加此代码

 dialog.getWindow().setBackgroundDrawable(new ColorDrawable(android.graphics.Color.TRANSPARENT));

或者这个:

dialog.getWindow().setBackgroundDrawableResource(android.R.color.transparent);

关于android - Android中具有透明背景的对话框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10795078/

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