1.2.7
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.