I am trying to create an android application program..Is this possible to place the checkbox within the textview..if possible means tell some example..Thanks in advance
I am trying to create an android application program..Is this possible to place the
Share
Just inflate
android.R.layout.select_dialog_multichoiceand you’ll get a textview with a checkbox!It’s actually a
CheckedTextView, so do it like