Show Row Per Row While Scrolling Listview -- Android -


i have listview rows big device screen , want show row per row while sliding, don't want show parts of rows when doing so, there way of doing it.

listviews not made kind of use case. viewpagers are, scroll horizontally. it's possible make scroll vertically (see android: vertical viewpager), should you're looking for.

the problem adjusting size of each listview item fill screen match_parent doesn't work. need calculate exact size need (screen height minus action bar , other views not part of listview). it's possible, not worth trouble.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -