I want to create a notification with a transparent background in the notification drawer transparent. Is it possible?
(Dibya wants to improve my statement,but I find it's not exactly what I need.
When using NotificationCompat.Builder to create a notification,I doubt whether I can set the background transparent in the notification drawer.Not just "make the notification's background in the notification drawer transparent",I know modify the system ui can solve it.)
You can use a custom Notification layout to control how your notification appears.
I don't understand why you want to do this, though. Notifications appear in a system part of the UI, so there's never anything underneath them. If you're using "fullscreen", notifications don't appear.