Releases: Chivorns/SmartMaterialSpinner
Releases · Chivorns/SmartMaterialSpinner
v1.0.14
- Improve touch event
- Remove duplicate arrow on Android version 4.1
- Improve error text display
- Disable default select for spinner no hint
- Allow current selected item to re-selectable
- Refactor margin to padding for arrow dimension
- Update position of item start from 0 for item and -1 for hint
- Add clearSelection() method to clear selection
- Improvement for update style at one place
- Improve single error display speed base on text size and length
v1.0.13
- Update onVisibilityChanged() to improve error text display
- Improve parent padding to fix padding top.
- Enable wrap-content for error text both in multiline and signle line mode
- Enable to align error text both by attr and method
- Clear focus from EditText on touch event
v1.0.12
v1.0.11
- Fix dropdown width when item has only one size and hint is not null to fix setHint() after setItem() not show dropdown
- Move checking searchable event to performClick() to fix when client call setOnTouchListener()
- Fix hint not display when item size is 0
- Fix item and hint max width base on its size and arrow margin
- Set setMinimumHeight() base on itemSize and hintSize to fix lost text quality
- Improve arrow to center base on item and hint size
v1.0.10
v.1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
- Add searchable feature
- Fix setErrorText() not work
- Fix onNothingSelected() not being called
- Add more customization method and attrs:
- Set item color
- Set item list hint color
- Set item list hint background color
- Set selected item list color
- Set item list color
- More...
- Improve default style
- Bug fix