Questions tagged [notification-icons]
23 questions
0
votes
1 answer
TaskbarIcon is created every time a button is clicked in WPF application
I have created a wpf application that has a button binded to an ICommand. When the button is clicked two TaskbarIcon objects are created along with two Toast Notification or BalloonTips as named by the Hardcodet.NotifyIcon.Wpf Nuget package I use…

NikSp
- 1,262
- 2
- 19
- 42
0
votes
1 answer
How to set the Notification Icon generated by Image Asset Studio to be used by Firebase?
After integrating firebase, I noticed that the notification icon was a white/grey square, so I generated a notification icon with Image Asset Studio as explained in this…

NullPointerException
- 36,107
- 79
- 222
- 382
0
votes
1 answer
White Square is displayed instead of my notification icon
I'm trying to build my own notification as soon as I receive a payload from my server in my FCM Receiver, I set my notification icon to my app icon which is in PNG Format, however, my notification is displayed with a white square instead and I don't…

Ahmed Khairy
- 145
- 2
- 16
0
votes
1 answer
Notification icon display as Square in Nougat
Hello I have implemented Push notifications in my application.
It's working fine and displaying notification icon properly for the devices below nougat version.
But, It displaying notification icon as Square with color white.
Below is my code :
Uri…

Mashuk Khan
- 67
- 11
0
votes
0 answers
I do not want the Android notification icon to be white
I tested several Android Marshmallow devices.
There are some devices that display white icons, others do not.
I want to consistently display images as .png files on all devices.
Is there a way?

Shin
- 33
- 6
0
votes
3 answers
Add small icon in Notification Icon
I m using below code to get Notificaiton Icon. This give normal notification icon but there is small white box at the bottom right corner of it. How can I set icon for that too.
public void not() {
Notification noti = new…

Panache
- 1,701
- 3
- 19
- 33
0
votes
0 answers
WPF application icon when sending notification is pixelated in windows 10
I have an application that shows a balloon tip/notification. When I upgraded to windows 10, the application icon is pixelated.
Here's what it looks like
http://screencast.com/t/A5lb2RW1jf
Here's how I show my notification:
NotifyIcon notifyIcon =…

Luke Villanueva
- 2,030
- 8
- 44
- 94
-1
votes
2 answers
Android NotificationCompat.Builder setsmallicon() not working
In Redmi Note 5 Pro, I am using remoteviews for custom notifications. While doing this, the resource which i am passing using setsmallicon() is not being taken and plain solid square is being displayed. The resource is being used if it is not a…

Johnson Rose
- 11
- 3