Hello,
I am having trouble providing focus onto button listview element button while I use trackball to scroll down the list.
I have used custom adapter and binded view.
Every list has two button and several text msgs.
While I use the trackball I get the focus in the list view as hole but while I try to get the focus onto the button I am not able to get it.
I have used <button><requestFocus/></button>
and also tried using linearlayout.setOnchangeFocusListener to provide the focus.
I really need some solution on it.
Any help on it would be real grateful!!
Re,
Yc


