qwertyl
qwertyl

Reputation: 87

Android notification: how to change font size

I am developing an android app. Would like to check whether it is possible to change the font size of notification in the code, and if yes, how to do it.

Thanks so much!

Upvotes: 0

Views: 3311

Answers (1)

Matthew
Matthew

Reputation: 6496

Have you tried creating a custom layout with different font sizes and using Notification#setContent(RemoteViews r)?

Upvotes: 1

Related Questions