Reputation: 87
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
Reputation: 6496
Have you tried creating a custom layout with different font sizes and using Notification#setContent(RemoteViews r)?
Upvotes: 1