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.
我有一个列表视图,对于每个列表项我都有唯一的抽屉。所以我的问题是
1.如何实现一次打开单个抽屉(手柄点击)导致其他抽屉打开后关闭。
2.如何减少手柄与其内容容器之间的纵向/横向空间/间隙。
帮助赞赏。
我有一个列表视图,对于每个列表项我都有唯一的抽屉。
如果它正常工作,我会感到震惊。
调用close()其他抽屉。
close()
尝试在适当的一侧添加一些边距(例如,android:layout_marginBottom="4dip")。
android:layout_marginBottom="4dip"