pawan pathak
pawan pathak

Reputation: 89

digital clock in android

friends. I want to put my personal drawable fonts in digital clock for showing time. How to achieve this?

Upvotes: 0

Views: 1270

Answers (2)

Mark Mooibroek
Mark Mooibroek

Reputation: 7696

I think you need to implement a BitMap font. Here is a nice tutorial:

http://obviam.net/index.php/using-bitmap-fonts-in-android/

Upvotes: 0

Vinay
Vinay

Reputation: 2415

Add fonts to your asset folder and then use them in your project.

Example is here.

Upvotes: 2

Related Questions