【发布时间】:2014-07-01 23:25:27
【问题描述】:
我可以用什么来代替已弃用的 BitmapDrawable()。我有以下代码。我只是想清除这个视图的背景。
popupMessage = new PopupWindow(view, LayoutParams.MATCH_PARENT,
LayoutParams.WRAP_CONTENT);
popupMessage.setContentView(view);
// Clear the default translucent background
popupMessage.setBackgroundDrawable(new BitmapDrawable());
提前致谢!
【问题讨论】:
标签: android bitmap background