私はこのようなグリッドビューを持っていました
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/gridview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/aldiko_shelf_background"
android:columnWidth="40sp"
android:gravity="center"
android:horizontalSpacing="20dp"
android:numColumns="auto_fit"
android:paddingLeft="20sp"
android:paddingRight="20sp"
android:smoothScrollbar="true"
android:stretchMode="columnWidth"
android:verticalSpacing="30sp" />
合計グリッドの境界線として画像を追加したいのですが、次のように 2 つの行の間に別の画像を追加したいと考えています。