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:
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
Post a Comment