Black is divider height. How to make him transparent?
layouts such as the following:
< Expandablelistview android:layout_width= "wrap_content" android:layout_height= "Wrap_content" Android:layout_marginbottom= "15dip" android:layout_margintop= "15dip" android:cachecolorhint= "#000 00000 "android:fadingedge=" None "android:divider=" #00000000 "android:dividerheight=" 15dip "Android:listselector=" #00000000 "/>
Note : Be sure to set the divider to
Android:divider= "@null"
The assumption is still not enough. Just use the following method:
The solution is: to change all of 0x00000000 to @null try. Just in case. My own method is usually used to color value of the @null, through the experiment. This method is feasible.
Copyright notice: This article blog original article. Blogs, without consent, may not be reproduced.
Expandablelistview divider The solution is shown in black