Tiago Pereira

Results 17 comments of Tiago Pereira

Hi @Tlaster, that warning comes from the `compose-jb`. You're using `1.2.0` which is still a pre release version. Reverting `compose-jb` to `1.1.1` will probably mitigate the issue, however, it is...

From what I was able to check, the lib doesn't seem to be using anything that depends from `1.2.0`. The iOS sample, on the other hand, does, since it's using...

Why not keep moving forward? Like you said, the lib itself is stable, it's dependencies are the ones who are not. Basically you're downgrading them to fix a minor issue....

Hi @TheKarlo95 Are you using AndroidX or Appcompat? Could you check if you set your styling to remove the error icon `@null` improves/fixes your issue?

Hi @DaphnevdVeeke can you try version `master-3acdbe1cc8-1`?

Hi @DaphnevdVeeke you do not need to add the lib manually to your project, just use `implementation 'com.github.tiper:MaterialSpinner:master-3acdbe1cc8-1'`. Cheers.

@DaphnevdVeeke sorry for the inconvenience if you still can, please try `implementation 'com.github.tiper:MaterialSpinner:master-SNAPSHOT`

Hi @asr1994, thanks for the support. `MaterialSpinner` is based on `TextInputLayout`, so you can perform the same level of customization creating and applying a style to it. Please consider taking...

Hi @eygraber. There's still a lot of projects who use AppCompat and moving to androidx might not be as possible or trivial as one would think. That's why I would...

Hi @hassan31 `MaterialSpinner` uses the `BottomSheetDialog` I that what you are describing is the normal behaviour. To achieve the desired behaviour you would need to implement a new `SpinnerPopup` with...