1

I'm looking for a view that I can put on an activity that displays as a gauge, with tickmarks, and allows me to set a value to change where the needle is pointing. Just like a speedometer!

Thanks!

Brad Hein
  • 10,997
  • 12
  • 51
  • 74

1 Answers1

2

As far as I know, there isn't such a control in the SDK. You'd have to create your own.

Edit: Here's some information on creating custom controls.

Erich Douglass
  • 51,744
  • 11
  • 75
  • 60