Skip to content
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

Add ChangeHandlerCoordinatorLayout #525

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

Conversation

fonix232
Copy link

The default FrameLayout-based ChangeHandler viewgroup is great for basic purposes, but if one wants to have a complete single activity app, and needs to access e.g. fitsSystemWindows with Google's swap (Material library component viewgroups such as CoordinatorLayout, ConstraintLayout, etc. sort of "reverse" how fitsSystemWindows works and make it easier to work with), and of course child propagation for this property (and any property touching window insets), they're out of luck.

This control should alleviate most of those "damn there's no ready-made solution for this" headaches some developers might have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant