码迷,mamicode.com
首页 > 其他好文 > 详细

is not supported in AdapterView

时间:2016-04-15 18:18:04      阅读:151      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!