In my application, I apply the transparent background to my ListView\'s CustomListItem at runtime. For that I use, convertView.setBackgroundColor(android.
ListView
convertView.setBackgroundColor(android.
Use this from now in your xml's files when you want transparency in your views:
android:background="@null"
You are going to get a better performance.