开发者

How to avoid spacing in the start and end of Gallery

开发者 https://www.devze.com 2023-03-17 17:03 出处:网络
I don\'t want a circular gallery, but instead I don\'t want to show the free space in the left and right end of the gallery? Is there any possible way I can 开发者_Go百科achieve this?I will suggest yo

I don't want a circular gallery, but instead I don't want to show the free space in the left and right end of the gallery? Is there any possible way I can 开发者_Go百科achieve this?


I will suggest you to try HorizontalListView. Its not that good as other android components but proves to be worth in most of the cases

Horizontal ListView implementation has the following features:

Subclass AdapterView so I can make use of adapters
Fast – make use of recycled views when possible
Items are clickable – (accepts AdapterView.OnItemClickListener)
Scrollable
No center-locking
0

精彩评论

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