当我设置CheckedTextView ,它没有CheckBox 。 这是它的xml代码:
CheckedTextView
CheckBox
更换
android:checkMark="@android:attr/checkMark"
通过
android:checkMark="?android:attr/textCheckMark"
试试:android:checkMark =“?android:attr / listChoiceIndicatorMultiple”