黑色是divider高度。如何讓他成為透明的啊?
佈局例如以下:
佈局例如以下:
<ExpandableListView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="15dip"
android:layout_marginTop="15dip"
android:cacheColorHint="#00000000"
android:fadingEdge="none"
android:divider="#00000000"
android:dividerHeight="15dip"
android:listSelector="#00000000" />
注意:一定要把divider設定為
android:divider="@null"
假設還是不能夠。就使用下面方法:解決的方法是:把全部0x00000000都改成@null試試。為了以防萬一。我自己的方法是凡是用到顏色值的物是人非@null該,通過實驗。這種方法是可行。
版權宣告:本文部落格原創文章。部落格,未經同意,不得轉載。