我喜欢这样设置 Imageview。
( http://wemakeucc.com/4.jpg ) <-请检查图片
到目前为止,我只使用这样的 imageview。
<ImageView
android:id="@+id/a_01_b"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:src="@drawable/a_01_i" />
所以我想知道可以像该图像一样设置图像视图的代码。
我应该怎么办?