I'm using the WheelView( http://code.google.com/p/android-wheel/ ) to let users input a number of a certain unit (e.g. kg). I'd like to display the unit of the current value next to it like it is shown in this picture.
Sadly, the WheelView doesn't support labelling (anymore). Any idea how I can implement this?