これ
<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” />
またはこれ
<item name="android:textColor">?textColorSecondary</item>
ときどき、xml ノードのコンテンツにそのようなクエスチョン マークが表示されますが、それが何のためのものかわかりません。