开发者

Weird bug from textview in a listview while paginating

I have a problem. I am currently d开发者_运维技巧oing an app that allows the user to paginate from an online xml source using SAX. I display the results in a listview. However when I paginate from one page to the other, the textviews would sometimes kinda stretch out beyond the screen or squeezed into a small area.

Any ideas on what's going on?


Problem Solved! It seems that in my xml file where I have my listview, I was also using TableLayout to add in a few buttons above my listview. I need to add this into my tablelayout properties.

android:stretchcolumns="*"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜