Skip to content

1.2.7

Compare
Choose a tag to compare
@jakob-grabner jakob-grabner released this 23 Nov 15:23
· 62 commits to master since this release

Added feature:
Set the position of the unit text to one of: TOP, BOTTOM, LEFT_TOP, RIGHT_TOP, LEFT_BOTTOM, RIGHT_BOTTOM
via xml:

        CircleProgressView:cpv_unitPosition="bottom"

or code:

        mCircleView.setUnitPosition(UnitPosition.BOTTOM);

Set custom typeface via xml.