我想在AlerDilog中将relativelayout背景设置为透明

时间:2018-10-18 18:18:14

标签: android transparent

我去实现弹出窗口,所以我选择AlertDialog来做。

就像下面的图片enter image description here一样,有2个RelativeLayout,一个是粉红色的,一个是绿色的,两者都在RelativeLayout中 我希望空白是透明的,作为AlertDialog的透明度

单击AlertDialog中的按钮后,上面的图片就会显示

我尝试了很多类似的事情:

  1. 在xml文件中,我尝试了以下操作: -background:“ android:color / transparent”

    2。在java中设置背景:

    • view_layout.setBackgroundDrawable(new ColorDrawable(Color.argb(100,0,0,0)));
    • view_layout.setBackgroundColor(android:color / transparent);

      1. 尝试了透明主题,它也会出错

需要帮助

0 个答案:

没有答案