Android Question Notification Multiline

Kahapdos

Member
Licensed User
Longtime User
Good day, I'm doing the notifications reception tests from the B4J file and everything works very well, the problem I have is that notifications are not displayed completely.
Do you have to write the string in a special format?

I would appreciate your help please
 

Attachments

  • Captura.PNG
    Captura.PNG
    5.6 KB · Views: 132
  • portrait1.png
    portrait1.png
    208.1 KB · Views: 156
  • landscape1.png
    landscape1.png
    185.2 KB · Views: 156

wes58

Active Member
Licensed User
Longtime User
Good day, I'm doing the notifications reception tests from the B4J file and everything works very well, the problem I have is that notifications are not displayed completely.
Do you have to write the string in a special format?

I would appreciate your help please
That's normal. Notification will only show the text that fits one line.
I don't know what library you are using to send notification, but if you use Erel's NB6 class you can use the "BigTextStyle" notification (have a look at an example at NB6 class thread). This will allow you to view longer text.
 
Upvote 0
Top