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

WIP: UiConfiguration.windowInsets #2200

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Commits on Jul 23, 2024

  1. WIP: UiConfiguration.windowInsets

    This introduces a new mutable property, windowInsets, that is
    propagated to the composition where it can be consumed.
    
    We put the burden on the user of RedwoodView to set this value
    to something non-zero if they have insets to be consumed.
    I've added an accelerator on Android for this,
    
      RedwoodLayout.consumeWindowInsets(mask: Int)
    
    I'll look into a similar API for iOS and HTML to do likewise.
    squarejesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c40aa25 View commit details
    Browse the repository at this point in the history