tiper / MaterialSpinner

Implementation of a Material Spinner for Android with TextInputLayout functionalities
Apache License 2.0
130 stars 30 forks source link

Issues at TextInputLayout #13

Closed yoktavian closed 4 years ago

yoktavian commented 4 years ago

Hi, are you checking for the compatible with new TextInputLayout? I think you should replace from android.support.design.widget.TextInputLayout to com.google.android.material.textfield.TextInputLayout. Because it can't be compiled, I got error unresolved super types android.support.design.widget.TextInputLayout

Thx Yuda Oktavian

tiper commented 4 years ago

Hi @yoktavian can you please check if you have android.useAndroidX=true and android.enableJetifier=true in your gradle.properties file?

This has been tested with material 1.1.0-alpha10 without issues.

YudaOktavian commented 4 years ago

Oh, forgeting this step. Let me checking and recompiling the code. Thx 🙏

yoktavian commented 4 years ago

hi @tiper , after checking my Gradle.properties at my project, androidX and enableJetifier both of them is already have true value. But it's still not working, any solution?

yoktavian commented 4 years ago
Screen Shot 2019-10-03 at 11 00 31
yoktavian commented 4 years ago

case closed, missing implementation 'com.android.support:design:28.0.0 at my Gradle. thx @tiper

tiper commented 4 years ago

Hi @yoktavian thanks for the feedback. I'll update the README to try and clarify this widget dependencies.

Cheers.