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.
如何在自定义列表视图行中为android中的分隔符膨胀两个布局。任何人都可以提供示例
谢谢
与divider和dividerHeight属性。例如:
divider
dividerHeight
<ListView android:id="@android:id/list" android:divider="@android:color/black" android:dividerHeight="5dip" />