Releases: skydoves/PowerSpinner
Releases · skydoves/PowerSpinner
1.0.7
Released a new version 1.0.7
.
What's the difference?
- Used
ViewBinding
instead of the kotlin synthetic internally for null safety and enhancement of performance.
- Added lifecycle kapt processor (#9)
1.0.6
Released a new version 1.0.6
!
Fixed setOnSpinnerOutsideTouchListener
does not fire (#11)
1.0.5
Released a new version 1.0.5
.
Added spinner_arrow_tint
attribute for applying tint color to the arrow.
1.0.4
Released a new version 1.0.4
.
1.0.3
Released version 1.0.3
.
- Arrow drawable will be initialized as mutate. d43fb93
- Implement NORMAL type animation.
1.0.2
Released version 1.0.2
.
Implemented the below features.
- We can save and restore automatically using
preferenceName
attribute. References
We can save and restore the selected postion automatically.
If you select an item, the same position will be selected automatically on the next inflation.
Just use the below method or attribute.
spinnerView.preferenceName = "country"
- We can implement PowerSpinner on PreferenceScreen xml. References
1.0.1
Implemented the PowerSpinnerInterface
for designing and managing adapters commonly.
- PowerSpinnerInterface
- selectItemByIndex(index)
- Fixed
setItems
method