开发者

Weird bug from textview in a listview while paginating

开发者 https://www.devze.com 2023-03-03 21:42 出处:网络
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 on

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

精彩评论

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