Scrolling body text in Android notification

Is there a way to get the main body of the notification to scroll through the notification?

Highlighted text area

If this text is too long, it just disappears at the border around time. Is there a way to make it scroll slowly so that someone can read it while in the notification drop-down menu, without having to read it when it ticks along the status bar, when it is received, but without entering the application?

I think that this would be possible with a custom notification layout, which hosted XML with scrollable views, but I can’t use a custom layout, notifications should be created through the default notification creator.

Does anyone know if this is possible?

Edit: im in no way affiliated with Onavo Lite, it was just an image that I found to indicate the area of ​​text that I want to manipulate.

+4
source share
1 answer

No, the default notification layout uses TextViews with the maximum size and no scrolling.

+1
source

Source: https://habr.com/ru/post/1382788/


All Articles