ExpandableListView无法展开的一个原因

来源:互联网 发布:现在淘宝开什么店赚钱 编辑:程序博客网 时间:2024/05/16 19:53

1. 原因1:

创建<ExpandableListView
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:id="@+id/expanList"/>的时候,将android:layout_width="fill_parent"设置成wrap_content

0 0
原创粉丝点击