Possible duplicate:
Question mark (?) In XML attributes for Android
<TextView android:id="@+android:id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:textAppearance="?android:attr/textAppearanceLarge" android:ellipsize="marquee" android:fadingEdge="horizontal" />
what is he doing?? android: attr / textAppearanceLarge? Does he have a name? Why doesn't he use "@" instead? Can I use this syntax in my own code? Where can I find out more about this? Since I do not know what it is, it is difficult to find additional information about it. Any guidance would be greatly appreciated.
source share