pocmo / recompose

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

Map match_parent to Modifier.fillMaxWidth(), Modifier.fillMaxHeight(), #22

Closed pocmo closed 4 years ago

pocmo commented 4 years ago

Right now we ignore all LayoutSize except LayoutSize.Dp. We should also rewrite match_parent as Modifier.fillMaxWidth() or Modifier.fillMaxHeight().