This
<TextView
xmlns:android=”http://schemas.android.com/apk/res/android”
android:id=”@+id/separator”
android:layout_width=”fill_parent”
android:layout_height=”wrap_content”
android:gravity=”center”
style=”?android:attr/listSeparatorTextViewStyle” />
or this
<item name="android:textColor">?textColorSecondary</item>
Sometimes I see the question mark in the xml node’s content like that, and I don’t know what it is for, no documentation right ?
The
?references a resource in the current theme, it’s decribed in Developer’s Guide Accessing Resources: