is not supported in AdapterView

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

 

posted @ 2016-04-15 17:39  goodpan  阅读(342)  评论(0编辑  收藏  举报