Invisible ListView items

后端 未结 1 1414
别那么骄傲
别那么骄傲 2020-12-12 06:31

I\'m trying to populate a ListView with items from an Array, aparently everything works fine but when I run the app the ListView is empty... but it\'s not true. The problem

相关标签:
1条回答
  • 2020-12-12 06:41

    You are using Application Context which may be a problem. You should use Activity Context instead of Application context.

    It may be possible that the background of the listView Items is same as their text color. Change the listView background.

    0 讨论(0)
提交回复
热议问题