51 questions
2
votes
1
answer
449
views
Setting the window icon using a system theme icon
The system theme has a lot of icons, so instead of creating my own, I tried to use one of those (text-editor). It did not work, so I downloaded a sample 256*256 PNG file, put it in the same directory ...
0
votes
2
answers
2k
views
How to make Oracle SQL Developer show an application icon?
When running Oracle SQL Developer v21.2.1.204 on Windows 10 it only shows a generic "plain text" icon in the task bar, not the application icon. I have tried to assign the icon found in file ...
0
votes
1
answer
35
views
Enabled system app's launcher activity. still app icon is not displayed after OS upgrade
Initial version of my application had no launcher activity, Enabled it for the next release, but i am not seeing app icon after OS upgrade.
0
votes
1
answer
195
views
How to fix Weird Drawable Rendering Android Studio
I am trying to create an icon for my Application but I am facing a strange issue :
Android Studio is rendering in a really strange way the icons :
I am using Android Studio 4.0.1 on Ubuntu 20.04
Is ...
0
votes
1
answer
305
views
How to make setWindowIcon work properly in a stand-alone executable (Qt5.14 + VS2019)?
I am programming a Qt application in MS Visual Studio Community 2019. I am trying to add an icon to my application window with the following command, and I also have the corresponding file my_icon.ico ...
1
vote
2
answers
2k
views
How to change the icon that will be displayed on taskbar
In my WPF I set the application icon like below.
Project property -> Application tab -> Resources Icon and manifest
So I can see this icon on the wpf windows. but the icon of taskbar is default icon.
...
2
votes
0
answers
67
views
Task bar Icon getting referred from Desktop shortcut
I have a WPF project and in which the Application Icon is taken from a specific path using a converter and please find the sample code block.
MainWindow.xaml.cs
Icon="{Binding Converter={...
0
votes
1
answer
82
views
Adding MenuItem to the allready existing WPF header Menu
What at the moment is, What i want
I want to add an MenuItem to the existing Menu that opens when you click on the Application Icon.
Thanks for the help.
3
votes
1
answer
2k
views
Python - Application and Upper Left Corner Icons
Hopefully, there's a simple solution to my problem. I have a Python tkinter application and all is working as expected. I used the following command to generate a standalone exe file for distribution.
...
3
votes
1
answer
582
views
Anyone get this error when submitting to apple ITMS-90709?
I changed all photo's to remove alpha and i only get error on uploading, no other place.
WARNING ITMS-90709: "Invalid Image Asset. The image asset 'App Icon -
Small' in 'Payload/Hot On! homes.app'...
0
votes
1
answer
3k
views
how to show badge counts on launcher icon in my android app?
I have tried below intent method but it does not work,
Intent intent = new Intent("android.intent.action.BADGE_COUNT_UPDATE");
intent.putExtra("badge_count", 3);
intent.putExtra("...
4
votes
0
answers
951
views
Use a PDF for iOS application icon
For asset catalog icons, Xamarin lets specify a single PDF, and it does all the bitmap conversion for you.
Is there a similar method available for the application icons? It would be nice to not have ...
5
votes
3
answers
1k
views
Hide and Display Application Icon
I want the user to be able to be hide and display the Application Launcher Icon.
I found a solution at https://www.nexsoftsys.com/articles/how-to-hide-application-launcher-lcon-in-android.html
I ...
615
votes
19
answers
734k
views
How can I change the application launcher icon in Flutter?
When I create an application with a flutter create command, the Flutter logo is used as an application icon for both platforms.
If I want to change the application icon, shall I go to both platforms ...
-6
votes
3
answers
846
views
Google Play Developer App Marketing Strategy-Why App download decreased after icon change?
I have an app on google play over 5000000 downloads. And 20000+ downloads every day. When the designer changed the app icon to new good one ,the daily download decreased from 20000+ to 5000- . I don't ...