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="*"
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="*"
精彩评论