使用多行线性布局动态显示ImageView

时间:2012-12-19 18:30:12

标签: android imageview android-linearlayout

我将动态地将ImageView放在LinearLayout中(在代码中)我只在我的XML中定义了这个LinearLayout:

<LinearLayout
   android:id="@+id/pictures"
   android:orientation="horizontal"
   android:singleLine="false"
   android:layout_width="fill_parent"
   android:layout_height="wrap_content">
</LinearLayout>

目前,LinearLayout仅显示1行图像。剩下的图像都没了。我应该在代码中放置什么,以便LinearLayout会自动跳转到新行并加载所有图像?例如:4行每行3张图片?

[图像] [图像] [图像] [图像]
[image] [image] [image] [image]
[image] [image] [image] [image]