首页 > 其他 > 详细

is not supported in AdapterView

时间:2016-04-15 18:17:04      阅读:331      评论:0      收藏:0      [点我收藏+]

布局文件,<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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!