Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アンドロイドのセパレーターのカスタムリストビュー行で2つのレイアウトを膨らませる方法.誰でも例を提供できますか
ありがとう
dividerおよびdividerHeightプロパティを使用します。例えば:
divider
dividerHeight
<ListView android:id="@android:id/list" android:divider="@android:color/black" android:dividerHeight="5dip" />