Reputation: 1
notification with an action text with a pending intent is always center aligned only on Samsung devices , But on other devices It is left aligned with other texts. I have used NotificationCompat.Builder().addAction()
method.
Now I want the Samsung device to show notification like others, how to do it?
My expectation is the action type text on notification will show on the left aligned with above text.
Upvotes: 0
Views: 35