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 RelativeLayout #89

Open pocmo opened 3 years ago

pocmo commented 3 years ago

XML: https://developer.android.com/reference/android/widget/RelativeLayout

I am not sure what a good Composable replacement is?