What is the difference between specifying values in the attributes using ?attr:
or using ?android:attr/
For example to apply the color of the text as if it were a deactivated control (soft gray)
Directly:
android:textColor="@android:color/secondary_text_dark" />
using? android: attr /:
android:textColor="?android:attr/textColorSecondaryNoDisable" />
Values extracted from themes.xml