tags:

views:

26

answers:

1

A checkedTextView shows a text box and a checkbox.

Is it possible for code to determine if only the checkbox part was clicked?

If so, the code could respond differently the user clicking the checkbox or the text view.

A: 

I think you can't know which part has been clicked, judging by the CheckedTextView source code as the CheckedTextView is one view. However you can create your own by betting ideas in the source...

Sephy