Android - ListView inside Gallery makes the scrolling not Smooth

后端 未结 4 704
無奈伤痛
無奈伤痛 2020-12-30 14:35

I implemented a gallery, and inside it I have many listviews from left to right. For some reason Gallery works great with all views but not with listview. With listview, whe

4条回答
  •  感情败类
    2020-12-30 15:17

    This worked for me

    listView.setTranscriptMode(ListView.TRANSCRIPT_MODE_ALWAYS_SCROLL);
    

提交回复
热议问题