it
<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
<item name="android:textColor">?textColorSecondary</item>
Sometimes I see a question mark in content xml node like this and I donβt know what it is for without documentation?
source share