how can I manage focus of textview
like checkbox focus is managed in listview
(if i click on check box in listitem
only checkbox is clicked and if i click on listitem
checkbox is not clicked). what I tried is:
textview
focusable true. butlistitem
is then not clickabletextview
focusableInTouchMode
true. butlistitem
is then not clickable