Page 1 of 1

Custom on screen notifications

Posted: 12 Oct 2018 09:31
by xpdev
Hi

there is a way to have custom on screen notifications ?

Different back color, font size, icons ecc. ?

thank you

Re: Custom on screen notifications

Posted: 12 Oct 2018 12:24
by digitalstone
The on screen notification that is used by Automagic, is adopted from Android, and all applications can make use of that type of notification.
Therefor it isn't editable by Automagic.

In any case, there is a whole section inside Automagic dedicated to making widgets.
You can find it at the top of the main menu.
Of each time i suggested that here on the forum, i believe to remember Desmanto to have an alternative solution for it every time as well :)

Re: Custom on screen notifications

Posted: 13 Oct 2018 05:38
by Desmanto
The action Notification on screen can use widget. Just modify your text or icon inside widget and later use that as the toast message.
I ever use that too, since the usual toast message can't support rotated text. Using widget, we can rotate the text but show them horizontal; so the text remain vertical.

Re: Custom on screen notifications

Posted: 16 Oct 2018 07:24
by xpdev
I'll try widget, thanks to everyone