开发者

How can I get seven segments clock programatically in android?

开发者 https://www.devze.com 2023-03-23 15:14 出处:网络
Hi I am developing a android application to show the digital clock.But I need to show the clock in seven segments form. I am not getting seven segm开发者_JAVA技巧ents clock. Please can anybody help me

Hi I am developing a android application to show the digital clock.But I need to show the clock in seven segments form. I am not getting seven segm开发者_JAVA技巧ents clock. Please can anybody help me by providing the code to get the seven segments clock view.


There is no LED-style seven-segments widget or font in Android. If you can find a TrueType font that meets your needs, add it to your app and apply it to a TextView using a Typeface object.

0

精彩评论

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