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"/>
Source: https://ru.stackoverflow.com/questions/552730/
All Articles