我通过框架从网络下载图片得到一个bitmap。我想把这个bitmap作为LinearLayout的背景图片该怎么赋值?
可以试一下linearLayout.setBackground( new BitmapDrawable(bitmap));
怎么为LinearLayout设置网络背景图片