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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -