2012-02-12 77 views
0

我有一个ImageView的添加布局ImageView的

<ImageView 
      android:id="@+id/auto" 
      android:layout_width="wrap_content" 
      android:layout_height="wrap_content" 
      android:layout_margin="10sp" 
      android:src="@drawable/auto" /> 

如何我的onCreate添加布局这个图像的活动?例如,我想为此图像添加背景。谢谢。

回答

1

将其包含在布局中并将背景添加到布局。