我可以使用什么来替换不推荐使用的BitmapDrawable()。我有以下代码。我只想清除这种观点的背景。
popupMessage = new PopupWindow(view, LayoutParams.MATCH_PARENT,
LayoutParams.WRAP_CONTENT);
popupMessage.setContentView(view);
// Clear the default translucent background
popupMessage.setBackgroundDrawable(new BitmapDrawable());
提前致谢!
答案 0 :(得分:2)