开发者

How do I create a gauge in Android?

开发者 https://www.devze.com 2022-12-21 01:49 出处:网络
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 t开发者_Python百科he needle is pointing. Just like a speedo

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 t开发者_Python百科he needle is pointing. Just like a speedometer!

Thanks!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消