There is a button, when clicked on which the popup menu should pop up, everything works fine, but the icons are not displayed. As I understand it, android basically does not want to display them there, it seems like even a protected class property is that prohibits them. And actually the question is how to make this menu with the smallest crutches, the easiest one can probably use which library for this, I used this https://github.com/shehabic/Droppy but there are no window hiding events and position settings of this window. I do not know maybe a spinner for this business?
How do you solve this problem?