Questions tagged [appicon]

137 questions
0
votes
0 answers

Icon with Fluutter Background Service is Different

I'm using 'flutter_background_service' package with Flutter to run a service in the background, when setting up the I need to configure the Notification Channel. The notification is now being shown but the title and description I set but the App…
Salar Azad
  • 41
  • 2
  • 9
0
votes
0 answers

Adding new Icons to MUI library

Is it possible to add new icons to MUI Library ? Please help us find some workarounds to add icons to the library. I coudld not able to find the appropiate icon for my product, so trying to add some custom MUI icons which is not availbale in MUI…
0
votes
0 answers

Prevent home screen icon from stretching using Cordova

I'm struggling finding a way to prevent Cordova from stretching my App Icon for Android. From my research, I was told to add padding but can't figure it out. I changed the size of the image and also added more space around the image but to no avail.…
Emmanuel
  • 1
  • 3
0
votes
1 answer

Maui Android AppIcon manually

because the MauiIcon ist not displaying my AppIcon for Android correctly, i want to manually change the AppIcon for Android with a PNG in the Android/Resources folder. How can i get this to work, do i need to create a folder in Android / Resources?…
Pascal
  • 79
  • 1
  • 5
0
votes
0 answers

How to make app icon corners rounded in react native?

I am trying to add rounded corners for the app install icon in react native, but it is not working. What i tried is adding the rounded corners of the white background of the logo icon in illustrator and then added the icon to the assets folder but…
f1ian
  • 63
  • 6
0
votes
1 answer

.net unable to change MauiIcon and MauiSplashScreen from .net purple defaults

I've added new .svg images to the AppIcon and Splash directories and set the Build Action property on these to MauiIcon and MauiSplashScreen this didn't work. Then searched for any references to the files themselves and found they were being…
Mark
  • 11
  • 3
0
votes
0 answers

How to change android app icon dynamically?

I have successfully changed the app icon dynamically using below manager.setComponentEnabledSetting( ComponentName(this@MainActivity2, "com.appicon.ui.MainActivity"), PackageManager.COMPONENT_ENABLED_STATE_DISABLED, …
0
votes
0 answers

How to change the icon in taskbar (connected & disconnected icon) and add tooltip

I am using angular to design an app. I would like to change the app icon when it is connected (app icon with tick) or disconnected (app icon with x mark). I also like to have the tooltip to show connected to app or disconnected to app when mouse…
Newbie
  • 45
  • 1
  • 8
0
votes
0 answers

app icon is appear before splash screen when expo app open in android version 12 or 13

I am working on expo project. Problem is in some latest android vesion like, 12 or 30. app icon is apear before splash screen that's look very awkward. Please let me know how can we fix it. I have tried many solution but same thing is happening.
0
votes
2 answers

Flutter App Icon is not changing the second time

I changed the default flutter logo icon with a custom icon, but ended up messing up the alignment of the contents of the icon and wanted to change it again. I tried giving a new image path (path of the modified icon image) in flutter_icons (in…
Nithin
  • 11
  • 1
0
votes
1 answer

Why get "Unable to find explicit activity class" error?

I changed application icon if user is gold user. When if the user is not gold after I changed that, don't load splash activity again. I tried create two alias actvity for these two sitatuan but I can't change icon with two alias. I tried deleted…
0
votes
0 answers

Flutter app icon notification badge no longer working

The app icon's red badge number no longer seems to update on the app icon whenever I get a push notification and I'm not sure why. Recently, I dealt with the problem of the app icon red badge not going away after push notifications are received, so…
0
votes
2 answers

How to change the name of windows app in flutter?

Question No 1: I am developing a windows app during this I have to change the name "admin_panel" to "Admin Panel" And in Runner.rc file I have changed the OriginalFilename to "Admin Panel.exe" but it shows admin_panel at the top. Question No 2: And…
0
votes
0 answers

Is it possible to determine which App Icon is the default when doing Product Page Optimisation experiment on the icon?

With App Store's product page optimization, it is possible to A/B Test different default app icons. Is there a way from within the app's code, at runtime, to determine in code with icon is the one the user sees? Please note: This question is NOT…
Kuringan
  • 147
  • 6
0
votes
1 answer

Android API 31 App Icon on Splash Screen too small

I have configured the API 31 (for Android 12) splash screen, using the Android Studio built-in image asset creator. I have the app icon and branding image showing when the app comes up. However, the app icon on the splash screen is very small. Its…
Mor Sagmon
  • 905
  • 1
  • 16
  • 35