Android ExpandableListView group的item有间距child间隔不变

   <ExpandableListView
        android:id="@+id/lv"
        android:layout_width="fill_parent"
        android:layout_height="0dp"
        android:layout_weight="1"
        android:background="@null"
        android:childDivider="#00000000"
        android:dividerHeight="10dp"
        android:groupIndicator="@null"
        android:listSelector="#00000000" />

android:dividerHeight="10dp"设置的话 group和child都有间距

posted @ 2017-09-20 14:58  星辰之力  阅读(658)  评论(0编辑  收藏  举报