CheckedTextView with description area

547 Views Asked by At

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.

1

There are 1 best solutions below

5
On BEST ANSWER

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.