Skip to content

Instantly share code, notes, and snippets.

@jollygreenegiant
Created July 2, 2025 13:54
Show Gist options
  • Select an option

  • Save jollygreenegiant/055e0e258755a3bc022435c8f5ff1679 to your computer and use it in GitHub Desktop.

Select an option

Save jollygreenegiant/055e0e258755a3bc022435c8f5ff1679 to your computer and use it in GitHub Desktop.
insetsHandler.handleInsets(view) { v, insets ->
v.updatePadding(left = insets.left, top = insets.top, right = insets.right)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment