DescriptionFix language spinners in translate infobar.
These spinners were no longer clickable as a side-effect of this CL
(https://codereview.chromium.org/657893005) which make the TextViews
inside the spinners clickable. As a result, the Spinner never received
click events.
Also, the spinner dropdown arrow was missing on pre-L devices because we
were creating the Spinner using "new Spinner()" instead of inflating it
from a resource. This is a no-no when using the AppCompat theme.
BUG=435491
Committed: https://crrev.com/40fe0302f88370217badc36e8a652d2b5543b631
Cr-Commit-Position: refs/heads/master@{#306522}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|