You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2015/04/23 03:56:38 UTC

[jira] [Resolved] (CB-7732) Android icon in settings/apps list not correct

     [ https://issues.apache.org/jira/browse/CB-7732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Grieve resolved CB-7732.
-------------------------------
    Resolution: Fixed

There have been fixes in CLI since this was filed. Assuming fixed unless it repro's with latest CLI

> Android icon in settings/apps list not correct
> ----------------------------------------------
>
>                 Key: CB-7732
>                 URL: https://issues.apache.org/jira/browse/CB-7732
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.6.3
>            Reporter: Ryan McLaughlin
>
> I am using cordova 3.6.3-0.2.13 to build an app call FoodStorageManagement. I have replaced all the icons I can find. I have set all the icons in config.xml
> {quote}
> <platform name="android">
>         <icon src="res/icon/android/icon-36-ldpi.png" density="ldpi"/>
>         <icon src="res/icon/android/icon-48-mdpi.png" density="mdpi"/>
>         <icon src="res/icon/android/icon-72-hdpi.png" density="hdpi"/>
>         <icon src="res/icon/android/icon-96-xhdpi.png" density="xhdpi"/>
>         <icon src="res/icon/android/icon-114-xxhdpi.png" density="xxhdpi"/>
>         <icon src="res/icon/android/icon-144-xxxhdpi.png" density="xxxhdpi"/>
>         <splash src="res/screen/android/splash-land-hdpi.png" density="land-hdpi"/>
>         <splash src="res/screen/android/splash-land-ldpi.png" density="land-ldpi"/>
>         <splash src="res/screen/android/splash-land-mdpi.png" density="land-mdpi"/>
>         <splash src="res/screen/android/splash-land-xhdpi.png" density="land-xhdpi"/>
>         <splash src="res/screen/android/splash-port-hdpi.png" density="port-hdpi"/>
>         <splash src="res/screen/android/splash-port-ldpi.png" density="port-ldpi"/>
>         <splash src="res/screen/android/splash-port-mdpi.png" density="port-mdpi"/>
>         <splash src="res/screen/android/splash-port-xhdpi.png" density="port-xhdpi"/>
>     </platform>
> {quote}
> but no matter what I do I cannot get the icon in settings/apps to appear correctly
> here is a screenshot of what the app looks like in the main app list
> http://www.foodstoragemanagement.com/20141007_233322_Android.png
> here is a screenshot of what it looks like in the settings/app list
> http://www.foodstoragemanagement.com/20141007_233335_Android.png



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org