focus - Disable focusable event for divider and list items on ListViewAdapter on Android -
i created list view based on: http://android.amberfog.com/?p=296
this custom list view allows insert custom header/divider on custom list adapter. i'm using style.xml list view , .xml files list item , list item header can added custom list view.
one problem: can't seem control focus listed items. want disable focusable events listed items (i.e. avoid listed item have glaring orange highlight when focused on scroll events).
i checked focus demos on apidemos project found in android sdk no avail (setting focusable=false either create view instance on activity or .xml).
are there other ways disable focus listed items?
by using selector can change or remove focus color of list items .
here link this..http://android-journey.blogspot.com/2009/12/android-selectors.html
Comments
Post a Comment