我认为以下代码会导致错误,我认为Android系统lib在styles.xml中不存在名为listSeparatortextViewStyle的样式。 但代码不会导致错误,为什么?
<TextView
android:id="@+id/dialog_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@android:attr/listSeparatorTextViewStyle"
/>