I am using the MaterialAutoCompleteTextView component. I would like if possible to set a different background color for selected item.
This is the current UI:
I would like to achieve this:
Any idea how to solve it?
I am using the MaterialAutoCompleteTextView component. I would like if possible to set a different background color for selected item.
This is the current UI:
I would like to achieve this:
Any idea how to solve it?
Copyright © 2021 Jogjafile Inc.


I asked in the github and the solution is update the material library and use the property MaterialAutoCompleteTextView.setSimpleItemSelectedColor() to achieve that.
(only available since 1.7.0-alpha02.)
https://github.com/material-components/material-components-android/issues/2754