Android : How can I manage focus of textview like checkbox focus is managed in listview

on Tuesday, August 5, 2014


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. but listitem is then not clickable

  • textview focusableInTouchMode true. but listitem is then not clickable


0 comments:

Post a Comment