Difference between ?selectableItemBackground, ?android:selectableItemBackground and ?android:attr/selectableItemBackground in Android?
问题 What is the difference between: android:background="?selectableItemBackground" android:background="?attr/selectableItemBackground" android:background="?android:selectableItemBackground" android:background="?android:attr/selectableItemBackground" in Android? 回答1: Here, android:background="?selectableItemBackground" is attribute reference from appCompat library so it is applied to older versions of android and doesn't need android prefix. android:background="?android:selectableItemBackground"