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 segments clock. Please can anybody help me by providing the code to get the seven segments clock view.
Share
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
TextViewusing aTypefaceobject.