Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.0.1 source code.tar.gz | 2019-03-23 | 504.7 kB | |
1.0.1 source code.zip | 2019-03-23 | 524.5 kB | |
README.md | 2019-03-23 | 509 Bytes | |
Totals: 3 Items | 1.0 MB | 0 |
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.
:::xml
<dimen name="stepper_side_control_margin_start">8dp</dimen>
<dimen name="stepper_side_control_margin_end">8dp</dimen>