我希望有一个有多行的图库(图片来自网络,因此数字是动态的) 我试图使用画廊,但它们出现在中心,并且都在同一行,我不知道属性是什么属于这个功能
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical">
<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/Gallery" android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</LinearLayout>
谢谢
答案 0 :(得分:2)