commit | 058f75fbdeaf74a18384b994586c8b37934e12bf | [log] [tgz] |
---|---|---|
author | Edgar Wang <edgarwang@google.com> | Tue Oct 08 09:03:25 2024 +0000 |
committer | Edgar Wang <edgarwang@google.com> | Tue Oct 08 09:03:25 2024 +0000 |
tree | 49fb763843e5a5f0fd2bd2497634a30961890250 | |
parent | de8a8831083ededfe3ae6c4d4579c54d1d634182 [diff] |
Fix CollapsingToolbarAppCompatActivity didn't apply Edge To Edge correctly The collapsing toolbar will clip the content to its padding. In order to fix the issue, we need to set the clipToPadding and clipChildren to false. Bug: 352238050 Change-Id: Ibde2e96493e4bf21faf15045f4d95a0f73bdccca Test: manual Flag: EXEMPT bugfix