标签: android image background imageview
我有一个图像视图,我想从图像视图中设置为背景移动视图
background mobile = imageView中的图片
怎么做?
答案 0 :(得分:-1)
参考android docs:
imageView = (ImageView) view.findViewById(R.id.urView); imageView.setBackgroundResource(R.drawable.background);