Tell me, what does the symbol "?" in the style attribute value?

<TextView android:layout_width="match_parent" android:layout_height="wrap_content" style="?android:listSeparatorTextViewStyle"/> 

    1 answer 1

    Indicates a link to the style attribute in the currently applied theme.