tiper / MaterialSpinner

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

Widget.MaterialComponents.TextInputLayout.OutlinedBox style not working in new materialCompontent version android #16

Closed ABr751 closed 4 years ago

ABr751 commented 4 years ago

Screenshot_1574154647

The outlined box was appearing in implementation 'com.google.android.material:material:1.0.0'

but when i updated that to

implementation 'com.google.android.material:material:1.2.0-alpha01'

it's not working but it's appearing for TextInputLayout

tiper commented 4 years ago

Hi @ABr751 are you using the latest MaterialSpinner?

tiper commented 4 years ago

Hi @ABr751 any feedback on this? Can you provide a demo project replicating the issue?

ABr751 commented 4 years ago

I just did this with the latest version.It's working fine