Skip to content

[AppBarLayout] Introduce expand api #1986

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EaseTheWorld
Copy link

This solves #1922 in more general way.

expand(AppBarLayout.EXPAND_NONE) = setExpanded(false)
expand(AppBarLayout.EXPAND_ALL) = setExpanded(true)
expand(AppBarLayout.EXPAND_ENTERED) : new feature. same result as scroll down and entering
expand(positive value) : new feature. shows the given height from the bottom of appbarlayout

- expand(AppBarLayout.EXPAND_NONE) = setExpanded(false)
- expand(AppBarLayout.EXPAND_ALL) = setExpanded(true)
- expand(AppBarLayout.EXPAND_ENTERED) : new feature. same result as scroll down and entering
- expand(positive value) : new feature. shows the given height from the bottom of appbarlayout
@google-cla google-cla bot added the cla: yes label Jan 15, 2021
@drchen drchen requested review from dsn5ft and ymarian July 14, 2021 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant