SpeedView icon indicating copy to clipboard operation
SpeedView copied to clipboard

Small change request, make function open

Open agronick opened this issue 6 months ago • 0 comments

Kotlin has this feature where protected functions can't be overridden without being marked as open. I am maintaining a fork just to open this function. I am trying to move the text up slightly to put an icon below it. The easiest way to do this was to override this function.

The example for how I'm using this is here: https://github.com/agronick/aa-torque/blob/master/app/src/main/java/com/aatorque/stats/TorqueSpeedometer.kt

agronick avatar Dec 28 '23 21:12 agronick