Closed adabingw closed 2 years ago
Hi @adabingw
If sv_speedTextPosition
and sv_unitUnderSpeedText
doesn't suit your requirement, you can use your own TextView
to display your speed value. You can update the speed text by listening to speed change through Speed listeners.
Is your feature request related to a problem? Please describe. Currently, the SpeedView speed and units is between the start and end parts of the component. If I want to increase the font size for the speed, it would cover part of the speedview and that looks unprofessional. I was wondering if there's a way to put the speed and unit under the SpeedView.
Describe the solution you'd like Either something similar to
sv_unitUnderSpeedText
where it's something likesv_SpeedTextUnderSv
. Another suggestion would be to not cut off the text when we add negative padding to the SpeedText.Describe alternatives you've considered I've tried adding negative padding to the SpeedText but that cuts off the text and I can't change the height because the SpeedView component is restricted to be rectangular.
Additional context Add any other context or screenshots about the feature request here.