Custom Font On A Android Widget
I'm trying to create a digital clock widget with custom typeface font. I got clues from here Solution was by extending TextView and put new attribute for custom font typeface. This
Solution 1:
upper.duper.widget.circular.clock.CustomFont
You appear to be attempting to use a custom class in a layout for an app widget. This is not supported.
Post a Comment for "Custom Font On A Android Widget"