Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DropdownPopupWindow positioning on Android L.
Android L randomly changed the default vertical offset for ListPopupWindow to -10dp by changing Widget.ListPopupWindow style to set dropDownVerticalOffset to -10dp. This CL sets it explictly to the padding of our background image. BUG=419444 Review URL: https://codereview.chromium.org/723843002 Cr-Commit-Position: refs/heads/master@{#303995}
- Loading branch information