You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
due to a change in the android Paint.measureText() the text in the GaugeView are not shown properly, since the value of measureText will be ceiled up to the next integer, the text is shown at the left side of the gauge and just one digit (without unit). aosp-mirror/platform_frameworks_base@8e04840