mapbox / mapbox/mapbox-navigation-android
MapboxTripProgressView formatter is not displaying the correct size for time remaining values
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 651
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
Time remaining formatter is not formatting the minutes value correctly. See in the screenshot below:

### Expected behavior
The value for min(29) should be the same size as the value for day(1) and hours(5). The unit for day, hr and min should be the same size.
### Actual behavior
The value for min(29) is not of the same size as the value for day(1) and hours(5). The size for units -> day, hr and min is correct
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating MapboxTripProgressView and its time-remaining formatter. Compare how the day, hour, and minute values are sized, using the issue screenshot and expected behavior as the reference. Done means the numeric minute value is the same size as the day and hour values while their units remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100