Android: Transparent Colored ListViews with Background -


i have doubt have listview , below there background image. have lists transparent color in order see image in background listviews color. have tried using selector applies select item listview. maybe not clear purpose attach following picture listview , background shown: http://www.ingens-networks.com/blog/image.axd?picture=2012%2f4%2fdevice-2012-04-27-132332.png

as can see item background color image still visible

thank much

add following property in listview...

android:cachecolorhint="#00000000" 

it transparent background of listview. more detail see here.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -