Search code examples
androidwidgetcheckedtextview

CheckedTextView with description area


I would like to know if the default android checkedtextview control comes with the option of adding secondary text below the main text, sort of a description. I've seen it in the OS's setting menus. Not sure if this is custom made or already supported by the same widget.

Thanks.


Solution

  • Have you tried looking at the documentation for CheckBox? I don't believe that there is a subtitle option built in. You will just have to put to Views into a layout to complete this.