Hi,

I have a listview, and wanted to make some list items to be non-focusable.
i.e On pressing the down-arrow key, some items in the middle of the list
gets skipped.

I tried the following method.
1. created separate ArrayAdapter class.
2. override getView method.
3. In getView, I called setSelected(false) and also tried
setFocusable(false) for some items, but its not working.

Any suggestions?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to