How to make the ListView transparent in android?
The background android screen image should be visible.
You should use the more verbose
android:background="@android:color/transparent" android:cacheColorHint="@android:color/transparent"
Updated with Jacky's response. I originally merely meant to add to his answer, since he was using a plain hex color in the sample.
android:background="@android:color/transparent" android:cacheColorHint="@android:color/transparent"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With