【发布时间】:2015-09-04 09:35:33
【问题描述】:
如何去除弹出窗口的黑色背景。我正在使用 showAtLocation 方法 来显示弹出窗口。 我关注了this,但没有用。 我尝试了以下方法:
popup.getContentView().setBackgroundResource(android.R.color.transparent);
【问题讨论】:
-
This link 会帮助你..
-
@Vijay 没用。