我去实现弹出窗口,所以我选择AlertDialog来做。
就像下面的图片enter image description here一样,有2个RelativeLayout,一个是粉红色的,一个是绿色的,两者都在RelativeLayout中 我希望空白是透明的,作为AlertDialog的透明度
单击AlertDialog中的按钮后,上面的图片就会显示
我尝试了很多类似的事情:
在xml文件中,我尝试了以下操作: -background:“ android:color / transparent”
2。在java中设置背景:
view_layout.setBackgroundColor(android:color / transparent);
需要帮助