一个应用使用ExpandableListActivity,ExpandableListView 的用法是标准的,基于文档:
<ExpandableListView
android:id="@id/android:list"
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:divider="@android:color/transparent"
android:dividerHeight="5dip"
android:layout_marginTop="10dip">
</ExpandableListView>
我怎样才能摆脱警告?