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 EditText attributes #95

Closed anesabml closed 3 years ago

anesabml commented 3 years ago

Add support for these attributes: android:hint, android:textColorHint

pocmo commented 3 years ago

👍

Depending on how complicated it is, we may want to file an issue for each of them. For example I assume hint will require to compose with a Text() and that could start getting complicated. :)

anesabml commented 3 years ago

Yes, I will create separate issues for each attribute, android:hint and android:textColorHint should be in one issue, right? Also android:editable is deprecated I will drop it from the issue.

anesabml commented 3 years ago

I would like to work on this, please!

pocmo commented 3 years ago

Yes, I will create separate issues for each attribute, android:hint and android:textColorHint should be in one issue, right?

Yeah, that makes sense. 👍

I would like to work on this, please!

Great, I'll assign it to you. :)