android - Changing the ListView shadow color and size -
when list of items in listview longer size of listview, you'll see shadow indicating there more items above or below. default, shadow black. not desirable.
if set cachecolorhint following:
android:cachecolorhint="#00000000" the shadow transparent, showing drawable have set layout's background. not desirable either.
i wish change color of shadow lighter shade of black, or perhaps gray. there way specify this?
also, there way change shadow's size?
by android:cachecolorhint="#00000000" setting color transparent. don't know color want use exactly, try android:cachecolorhint="#ff777777". think must work.
Comments
Post a Comment