pocmo / recompose

recompose is a tool for converting Android layouts in XML to Kotlin code using Jetpack Compose.
Apache License 2.0
783 stars 49 forks source link

Add support for FrameLayout gravity #87

Open pocmo opened 3 years ago

pocmo commented 3 years ago

11 added basic support for FrameLayout. This issue is about adding support for gravity so that children can be positioned in the FrameLayout / Box.

Also see discussion about how to map between the different gravity representations here: https://github.com/pocmo/recompose/issues/11#issuecomment-702236436 about