Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.0.13 leadingZero parameter added #8

Merged
merged 3 commits into from
Apr 5, 2022
Merged

Conversation

cjrcodes
Copy link
Contributor

0.0.13, leadingZero boolean parameter added. When true, numbers less than 10 (and greater than -10) will display an extra leading 0, useful for displaying time formats accurately (e.g. leadingZero = true, 01:05 PM / leadingZero = false, 1:5 PM)

currently accessible through: https://jitpack.io/#cjrcodes/Compose-NumberPicker/0.0.13

build.gradle: app:
implementation "com.github.cjrcodes:Compose-NumberPicker:0.0.13"

build.gradle:
maven { url 'https://jitpack.io' }

@r4phab r4phab changed the base branch from master to pr8 April 5, 2022 07:20
@r4phab
Copy link
Contributor

r4phab commented Apr 5, 2022

The PR has been merged to the branch pr8 so that I can tweak a few things

@r4phab r4phab merged commit c2a8e10 into ChargeMap:pr8 Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants