为了账号安全,请及时绑定邮箱和手机立即绑定

AlertDialog 更改片段中的背景颜色

AlertDialog 更改片段中的背景颜色

ibeautiful 2021-06-28 13:59:49
美好的一天,我怎样才能改变我的背景AlertDialog中fragment?AlertDialog当我单击按钮(片段-> 按钮-> 警报对话框)时,我的将显示。我在实现我的AlertDialog和更改其背景颜色时尝试了以下代码:AlertDialog.Builder builder = new AlertDialog.Builder(getContext());builder.setTitle(R.string.scaleTitle);builder.setView(R.layout.scale_layout);builder.setNegativeButton("Close", new DialogInterface.OnClickListener() {    @Override    public void onClick(DialogInterface dialogInterface, int i) {        dialogInterface.dismiss();    }});AlertDialog alertDialog = builder.create();builder.show();alertDialog.getWindow().setBackgroundDrawable(new ColorDrawable(Color.YELLOW));  但背景还是一样。请问,我怎么可能改变它?谢谢你。
查看完整描述

3 回答

  • 3 回答
  • 0 关注
  • 314 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信