views:

27

answers:

0

Hi, i'm currently implementing an autocomplete field by using the AutocompleteTextView component. I'm trying to add a completion hint with the number of result, and just want to style it differently from the dropdown list element. There is an attribute named "completionHintView" on the component, but everytime i give it a layout i previously defined, i have an null pointer exception.

Anyone have a working example on how to style the completion Hint?

thanks a lot