如何使一个ListView透明的Andr​​oid中?

问题描述:

如何使ListView的透明机器人?

How to make the ListView transparent in android?

背景Android的屏幕图像应该是可见的。

The background android screen image should be visible.

您应该使用更详细的

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.