Horizontal ListView in Android?

后端 未结 19 1241
深忆病人
深忆病人 2020-11-22 03:54

Is it possible to make the ListView horizontally? I have done this using a gallery view, but the selected item comes to the center of the screen automatically.

19条回答
  •  庸人自扰
    2020-11-22 04:40

    well you can always create your textviews etc dynamically and set your onclicklisteners like you would do with an adapter

提交回复
热议问题