您的位置:首页 > 其它

is not supported in AdapterView

2016-04-15 17:39 316 查看
布局文件,<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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: