Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mipmap icons if drawables not found #1292

Closed
wants to merge 1 commit into from

Conversation

dpalou
Copy link
Contributor

@dpalou dpalou commented May 16, 2017

In latest Cordova versions, the app icon is copied to res/mipmap instead of res/drawable. This means that the plugin will not find the icons if they are set using the "res://" format. This Pull Request intends to fix this, searching in the mipmap resources if the drawable isn't found.

Copy link

@saaiful saaiful left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems working with
icon: 'res://icon',
smallIcon: 'res://icon'

@cardosoccc
Copy link

+1 (merge it plz!)

@katzer
Copy link
Owner

katzer commented Oct 30, 2017

thats fixed now - thanks

@katzer katzer closed this Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants