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 ImageButton #91

Open pocmo opened 3 years ago

pocmo commented 3 years ago

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

Compose: I assume it will be something like:

Button(..) {
    Image(..)
}
anesabml commented 3 years ago

Can I work on this, please?