Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
progressview-1.0.9.aar | 2020-07-01 | 59.2 kB | |
1.0.9 source code.tar.gz | 2020-07-01 | 224.4 kB | |
1.0.9 source code.zip | 2020-07-01 | 255.0 kB | |
README.md | 2020-07-01 | 464 Bytes | |
Totals: 4 Items | 539.0 kB | 0 |
🎉 Released a new version 1.0.9
! 🎉
What's New?
- Type of the
labelText
attribute changedString
toCharsequence
. - Added
borderWidth
andborderColor
attributes. -
Added
ProgressLabelConstraints
attributes for determining the constraints aligning of the label position. This attribute can be used with thelabelGravity
property.:::kotlin progressView.labelGravity = Gravity.CENTER // align the text label to the center