【发布时间】:2013-12-28 09:44:04
【问题描述】:
我有一个图像视图,我想从图像视图中的图像设置为背景移动
背景移动 = imageView 中的图像
怎么做?
【问题讨论】:
-
后台移动?你的意思是你想设置壁纸?
标签: android image background imageview
我有一个图像视图,我想从图像视图中的图像设置为背景移动
背景移动 = imageView 中的图像
怎么做?
【问题讨论】:
标签: android image background imageview
参考安卓文档:
imageView = (ImageView) view.findViewById(R.id.urView);
imageView.setBackgroundResource(R.drawable.background);
【讨论】: