I am looking for something in which
For eg. if i click on the list item… the view stay selected. is that possible?
I want this because… the content of the view is large so i have set marquee property to the textview, and that will only work if I list view is selected. so I want something…
If user click on view it stays selected
Thank you.
Yes it is possible. On the callback fired when you press on a item you can invoke:
View.setSelected(boolean)