开发者

Multiple Sliding drawers in a listview

开发者 https://www.devze.com 2023-02-11 02:33 出处:网络
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 resultin开发者_开发技巧g into other drawers to b

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 resultin开发者_开发技巧g 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.


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").

0

精彩评论

暂无评论...
验证码 换一张
取 消