mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-21 12:33:04 +08:00
- Add liftOnScrollTargetViewId attribute to allow client to specify the scrolling view that should be listened to for updating AppBarLayout lifted state. - Use View#canScrollVertically instead of View#getScrollY to determine lifted state. PiperOrigin-RevId: 213614055