MaterialSpinner icon indicating copy to clipboard operation
MaterialSpinner copied to clipboard

Resizing and refreshing drawable when error is triggered.

Open TheKarlo95 opened this issue 5 years ago • 2 comments

When error is set, red error icon appears instead of spinner drawable which is OK with me. Problem is that it doesn't get reset when error is gone. Also views height get bigger when error is nonnull which doesn't happen with TextInputEditText.

EDIT: Also error message doesn't appear below like when using TextInputEditText.

TheKarlo95 avatar Jan 24 '20 00:01 TheKarlo95

Hi @TheKarlo95 Are you using AndroidX or Appcompat?

Could you check if you set your styling to remove the error icon <item name="errorIconDrawable">@null</item> improves/fixes your issue?

tiper avatar May 23 '20 17:05 tiper

+1 I am using AndroidX

bludginozzie avatar Jun 03 '20 06:06 bludginozzie