commit | 5e0e35f9bc3989fdbe378264cf026486088137c1 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Fri Sep 25 15:14:22 2015 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Fri Sep 25 15:17:11 2015 +0100 |
tree | d234659cb1893d2b20218220e1f812991d874309 | |
parent | 09d7a63ee93e4000b4f60a62d540feb77288c6dc [diff] |
Fix content shifting when an Action Mode is displayed Caused by a small timing issue in the new fade animations. The context view is GONE initially so may not have been laid out when the animation actually starts. This can lead to the container collapsing to 0px height for a short period. Fixed by using INVISIBLE for the Toolbar instead to maintain the height. BUG: 24395058 Change-Id: I3ec3b0c04c6cd2258692efb2c3d879cec6a82875