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

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -