Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@DanielMartinus DanielMartinus released this 23 Mar 20:42
· 67 commits to master since this release

The following issue is fixed:

  • (PR: 39) fixes issue #38 to have more control over the size of the stepper

New dimensions

Two new dimensions are added to set the margins of the negative and positive textview. You can override these values by putting them in the dimens.xml of your app.

<dimen name="stepper_side_control_margin_start">8dp</dimen>
<dimen name="stepper_side_control_margin_end">8dp</dimen>