commit | 564fcb90ab6c27aaa125de95a442254318342e30 | [log] [tgz] |
---|---|---|
author | tmfang <tmfang@google.com> | Tue Jun 11 13:56:56 2019 +0800 |
committer | tmfang <tmfang@google.com> | Tue Jun 11 13:57:57 2019 +0800 |
tree | d2b8104f70e0b1b238690cf12049b68bdd263bad | |
parent | 102d43b5c1fd9e2c97fecf9c6b880bbda192aad9 [diff] |
Fix overlapping problem on notification screen If we didn't set view and lifecycle for EntityHeaderController, it only sets "z-order" as 0 for action bar. So, user sees overlapped problem while user is scrolling view. For now, we set view and lifecycle as parameter for EntityHeaderController, then EntityHeaderController can change "z-order" while scrolling view. Test: visual, robotest Fixes: 132819126 Change-Id: Ieb01b26e4d6ca4d82f72371620938665de8149a0