Android app widget, custom fonts

1.1k Views Asked by At

I have a question about widgets in android. I've created a simple digital clock with appWidgetProvider using TextClock. My question is if there's an option to use a custom font for TextClock. I used android: fontfamily, but i don't want to use default fonts.

1

There are 1 best solutions below

0
On

Your issue is not strictly with TextClock. You have no way to configure a RemoteViews to use a custom Typeface for anything, let alone a TextClock.