Questions tagged [application-icon]

49 questions
325
votes
15 answers

How to change the application launcher icon on Flutter?

When I create an app with a flutter create command, the flutter logo is used as an application icon for both platforms. If I want to change the app icon, shall I go to both platforms directories and replace images there?, by platforms directories I…
RobertoAllende
  • 6,062
  • 3
  • 24
  • 43
154
votes
6 answers

How to change the icon of an Android app in Eclipse?

I am developing an app using Eclipse IDE Juno and Android SDK. How do I change my app's icon?
RSM
  • 12,215
  • 34
  • 89
  • 138
45
votes
6 answers

How to assign Application Icon that will display in Task bar?

I am working on a Wpf desktop application, whenever i run my application it shows me a window and associated tab in the task bar(Normal windows feature). My problem is that the tab is using window's icon for unknown file-type, I tried with Icon…
viky
  • 16,233
  • 13
  • 65
  • 88
29
votes
7 answers

Is it possible to display a wpf window without an icon in the title bar?

As we all know, if the icon for a wpf window is undefined then the default icon is displayed. I want to display a window without any icon in the title bar. I realise that I could use a blank image, however this would cause the text in the title bar…
Michael Arnell
  • 988
  • 1
  • 8
  • 16
26
votes
1 answer

How to provide different launcher icon per product flavour

I have a project defined by build.gradle file buildscript { repositories { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:0.5.6' } } apply plugin: 'android' dependencies { compile fileTree(dir: 'libs', include:…
14
votes
5 answers

Qt for android: change the application icon

How would I change the icon of Qt project targeted for android so that the launcher of application has this icon?
Petr
  • 12,279
  • 14
  • 74
  • 131
12
votes
5 answers

Hide application icon

I am doing an Android application. I want to hide the application icon in the emulator and I want to start my application by pressing some numbers, for instance 456#. Is there a way to do this?
sarath
  • 159
  • 1
  • 2
  • 7
10
votes
6 answers

App Icon not changing when app version is updated in iOS 5 simulator

I recently started using Xcode 4.2 and the iOS 5 simulator. When I update an older version of my app pre-installed in the simulator, it updates the app just fine but the app icon is not updated. Even with cleaning and building the app ahead of time…
SAHM
  • 3,747
  • 4
  • 37
  • 77
7
votes
2 answers

Selected Icon Not being Applied on WPF App

I have changed the icon in the Main Project Properties Icon and Manifest option. Yet, after running the App, the default Icon is what shows up. Any idea why such odd behavior will occur?
Shamim Hafiz
  • 19,616
  • 36
  • 104
  • 164
7
votes
5 answers

Application icon does not appear after installing android app

I am developing an android app and when I install the app on android phone, the application icon does not appears in application section. But it appears in application manager and I can make uninstallation. After googling, some said I need to…
Thiha Zaw
  • 726
  • 8
  • 23
6
votes
2 answers

Make a dynamic launcher icon

I want to create a launcher icon similar to the native Messaging application in Android. The icon of this app has an image but also have a dynamically changing number(a counter of some sort that corresponds to the number of unread messages). Also…
Lukap
  • 29,596
  • 60
  • 146
  • 239
5
votes
3 answers

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 also found this same solution at Hide application…
user396707
  • 397
  • 1
  • 3
  • 14
4
votes
2 answers

iPhone app - is settings icon really needed for releasing an app?

by reading http://www.weston-fl.com/blog/?p=840, I noticed that on the required list of icons, there is one for settings as well, is it really needed? Icon-settings.png 29 x 29 Universial application icon for settings area. Alternative name:…
tom
  • 13,143
  • 18
  • 63
  • 120
4
votes
3 answers

How to change the icon and label of an app once it is installed?

I am trying to change the icon and label of my app once it is installed. In the manifest, i put this code : // 1st…
Matthieu Coisne
  • 614
  • 1
  • 13
  • 23
4
votes
1 answer

Why is my application icon not transparent?

In XAML, I am attempting to bind the window/application icon to an icon on the file system. In Window.xaml Icon="{Binding ApplicationIcon}" In AppViewModel.cs public ImageSource ApplicationIcon { get { return new BitmapImage(new…
bsh152s
  • 3,020
  • 6
  • 43
  • 73
1
2 3 4