Android Question Accessibility lib - Types do not match?

Paul_

Member
Licensed User
I am using the Accessibility lib for focusing the views when the user moves the D-Pad.

It works perfectly for normal views but for some reason it does not like the CustomListView and throws a "Types do not match error"?

Do I have to use a different syntax when referencing a CustomListView with the Accessibility lib?

I have attached captures from the IDE and the IDE error.
 

Attachments

  • Access1.jpg
    Access1.jpg
    71.3 KB · Views: 73
  • Access2.jpg
    Access2.jpg
    61.3 KB · Views: 74
Top