DescriptionFix black background in website settings dropdown.
The permission spinner in the website settings popup had a black
background on certain devices. The bug was that the background was a
defined using a <shape> element that didn't have a <solid> element
inside of it (and certain devices default to a black fill color if
<solid> isn't specified).
Rather than fixing the immediate problem, this rewrites the code a bit:
The line under the Spinner is now a View with 1dp height rather than the
background of the Spinner's TextView. As a side-benefit, the underline
now extends all the way to the right edge of the spinner.
BUG=449643
Committed: https://crrev.com/168e275c4b6a6f0eb34cea473474fdeb997f588d
Cr-Commit-Position: refs/heads/master@{#313833}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|