android listview cachecolorhint transparent -
i've made listview
multiple item types, each having different background color. i'm using android:cachecolorhint="@android:color/transparent
attribute, it's showing white color , not color of bottom-most/top-most row.
you might have set attribute onto listview
well:
android:listselector="@android:color/transparent"
Comments
Post a Comment