Horizontal scrolling in android gridview

后端 未结 6 1367
闹比i
闹比i 2021-01-04 22:40

I have a grid view in my application and i need to scroll it horizontally.I have tried changing the gridview to gallery.But then only one row is available,but i need differe

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-04 23:19

    how about using a viewPager :

    http://developer.android.com/reference/android/support/v4/view/ViewPager.html

    ?

提交回复
热议问题