友人 カスタマイズされたリスト ビューをデザインしたいと考えています。リスト ビューの各行には 4 つの列が含まれます。このように別の row.xml を設計しました。
`
<TextView android:id="@+id/index"
android:layout_width="50dip"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/Invested"
android:layout_width="70dip"
android:layout_height="wrap_content" android:layout_weight="1"/>
<TextView android:id="@+id/Revenue"
android:layout_width="60dip"
android:layout_height="wrap_content" android:layout_weight="1"/>
`
これで、リスト ビューに各行の区切り線が表示されます。必要なのは、リスト内の各項目間の垂直の仕切りだけです。これで私を助けてください。前もって感謝します。