Yet another getView called multiple times

后端 未结 5 1414
醉话见心
醉话见心 2020-11-28 11:57

Each item in my ListView containt an ImageView and a TextView, this will be filled with remote information.

I got an URL for t

5条回答
  •  攒了一身酷
    2020-11-28 12:49

    The problem was in the Layout of the ListView.

    The parameter layout_width was set to wrap_content when I changed it to fill_parent the problem disappeared...

提交回复
热议问题