[Android] Fix search action view for J devices
This CL corrects the unified search box on J devices as described in the linked bugs. To be more precise, the failure on J devices was coincidental: on those devices, export was not available and therefore no overflow menu and instead of hiding the overflow menu, the search box would be hidden. The main changes are ensuring, that we only ever affect the overflow menu, in case it exists and unifying the way action bar buttons change appearance. Bug: 868279, 868316 Change-Id: I969f5085262f4452327e445b2bb2e9286e20a956 Reviewed-on: https://chromium-review.googlesource.com/1154972Reviewed-by:Theresa <twellington@chromium.org> Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#579357}
Showing
Please register or sign in to comment