列表视图中的多个滑动抽屉

发布于 2024-10-17 14:43:16 字数 141 浏览 1 评论 0原文

我有一个列表视图,对于每个列表项我都有独特的抽屉。所以我的问题是

1.如何实现一次打开单个抽屉(手柄上的单击),从而导致其他抽屉如果打开则关闭。

2.如何减少手柄与其内容容器之间的纵向/横向空间/间隙。

帮助表示赞赏。

I have a listview, for each list item i have unique drawer. So my question is

1.how to achieve opening of single drawer (onclick of handle) at a time resulting into other drawers to be closed if opened.

2.how to decrease the space/gap in both portrait/landscape between the handle and its content container.

Help Appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

戏舞 2024-10-24 14:43:16

我有一个列表视图,对于每个列表项我都有独特的抽屉。

如果它能正常工作,我会感到震惊。

1.如何实现一次打开单个抽屉(手柄点击)导致其他抽屉打开后关闭。

对其他抽屉调用 close()

2.如何减少手柄与其内容容器之间的纵向/横向空间/间隙。

尝试在适当的一侧添加一些边距(例如,android:layout_marginBottom="4dip")。

I have a listview, for each list item i have unique drawer.

I will be stunned if that works properly.

1.how to achieve opening of single drawer (onclick of handle) at a time resulting into other drawers to be closed if opened.

Call close() on the other drawers.

2.how to decrease the space/gap in both portrait/landscape between the handle and its content container.

Try adding some margin to the appropriate side (e.g., android:layout_marginBottom="4dip").

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文