I am trying to make my listview
and therefore the items that form it have a transparent background so that you can see the background of the layout on which the listView is located
I tried to put in the listview and in the layout of the item this but there is no way:
android:background="@null"
android:background="@android:color/transparent"
android:background="#00000000"
Any more ideas?