<How to make Notification title bold in Notificati...
# stackoverflow
u
How to make Notification title bold in NotificationCompat I have used MediaSessionCompat for generating media controls in notification by following link https://android-developers.googleblog.com/2020/08/playing-nicely-with-media-controls.html Here the issue is i need to make title text to be bold with custom fonts. i have tried using Html.fromHtml() but this gives heavy bold text in title which i dont want This is what i...