Vertical gallery in android

前端 未结 3 1785
刺人心
刺人心 2021-01-16 04:20

i am developing an app, for which I need a gallery to be set in vertical mode instead of horizontal mode. my question is, is there any possibilities for me to show a vertica

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-16 04:52

    you can use a ScrollView which contains some imageView setted to fill_parent , and then you can Scroll them as a vertical Gallery

提交回复
热议问题