2

Well, I'm making one Android app which can display Time and Date in App Widget(in HomeScreen).

I Loaded my Font under Assets -> Fonts. Even after trying with FontFamily it doesn't work.

I'm sure font family doesn't work in widgets. I don't have any idea about this.

Thanks for your Help :)

MC Naveen
  • 440
  • 5
  • 17

1 Answers1

-1

Setting fontFamily in a homescreen widget layout file, like this

android:fontFamily="@font/cherry_swash"

does correctly display a custom font in homescreen widget TextViews with Android O and P, but not with earlier versions.

Tané Tachyon
  • 1,092
  • 8
  • 11