I want to dim the background around a spinner dropdown, but I cannot find any way to accomplish this.
Research has uncovered the possibility of placing a fullsize framelayout between the activity and the spinner dropdown, and setting a background colour and alpha value on this.
However, I cannot find anyway to determine when the actual dropdown is getting displayed so that I can insert this frame.
Am I looking at this problem the wrong way? Surely there must be a way to dim the background behind a spinner dropdown.