最佳答案
I found the following attribute in one xml layout:
android:background="@null"
What is the meaning of @null
? What is the difference between specifying background="@null" and omitting background attribute?