标签:
布局文件,<ListView> </ListView> 之间不要有任何节点
<ListView android:id="@+id/mainRatePicView" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/wordview_mainrate" android:layout_marginTop="@dimen/appendrate_item_mainrate_margin_top" android:listSelector="@color/transparent"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" /> </ListView>
is not supported in AdapterView
标签:
原文地址:http://www.cnblogs.com/goodpan/p/5396264.html