My checkbox does not appear in my CheckedTextView

前端 未结 2 841
醉话见心
醉话见心 2021-02-12 10:25

Here is how I setup my checked text view. How come no check box appeared?

I also added this but it had not effect: listView.setChoiceMode(ListView.CHOICE_MODE_SI

2条回答
  •  旧巷少年郎
    2021-02-12 11:13

    you can have your own checkbox.xml in drawable folder then you can write it as android:checkMark = "@drawable/checkbox"

提交回复
热议问题