<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="100dp"
android:src="@drawable/music" />
<ImageView
android:id="@+id/imageView2"
android:layout_width="wrap_content"
android:layout_height="100dp"
android:src="@drawable/music" />
<ImageView
android:id="@+id/imageView3"
android:layout_width="wrap_content"
android:layout_height="100dp"
android:src="@drawable/music" />
<ImageView
android:id="@+id/imageView4"
android:layout_width="wrap_content"
android:layout_height="100dp"
android:src="@drawable/music" />
</TableLayout>
这是原始的 XML,我只需要添加更多。我有一个很大的 imageView,因此需要将其缩小并复制 16 次到 4x4 网格中。我只能让它在一列中显示 4 张图片