commit | e1e6484a2a2b58ec5ff8d22c437b122b2823f3c6 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Wed Jul 27 08:31:17 2016 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Wed Jul 27 08:31:17 2016 +0100 |
tree | 892b0900546fc3609ecf10882264bfb40d818882 | |
parent | be5ec4b8b0c4e84b12355c49d03ed250448d64fd [diff] |
Fix CascadingMenuPopup width on API 19 and below Happens because CascadingMenuPopup calls setWidth() rather than setContentWidth() like StandardMenuPopup does. setContentWidth() takes into account any padding in the popup background, which we use since the drawable is a 9-patch on API <= 19. BUG: 30365568 Change-Id: I2cfeb83e9dd33ac46ab9a445b4dcdf999c507ce7