HashMap<String, Object> map = new HashMap<String, Object>(); 
28. map.put("ItemImage", R.drawable.checked);//图像资源的ID 
29. map.put("ItemTitle", "Level "+i); 
30. map.put("ItemText", "Finished in 1 Min 54 Secs, 70 Moves! "); 
31. listItem.add(map); 
在这些代码中没有加上 map.put("ItemText", "Finished in 1 Min 54 Secs, 70 Moves! "); 
这一行为什么只显示一条数据!(llistview在TableLayout中)listView HashMap