maskarade / gradle-android-ribbonizer-plugin

Modifies launcher icons on debug build
https://bintray.com/gfx/maven/ribbonizer-plugin
MIT License
355 stars 38 forks source link

Improve api26 support #26

Closed mensly closed 7 years ago

mensly commented 7 years ago

Allows a workaround for #23 to be added to build.gradle manually, but definitely an incompletely solution.

Users can add their foreground or background png layers to the iconNames field and then enable largeRibbon on those in their builder. An example of this is included in example-custom/build.gradle

Future work includes:

gfx commented 7 years ago

The code seems good. Can you resolve the conflict?

mensly commented 7 years ago

Yep, was just because each pull request was a separate branch off master and involved editing the sample.

hrach commented 6 years ago

I'm trying the update for adaptive icons and seem to work quite good but the largeRibbon. it seems to be large, when false it is not visible almost at all. What can I do wrong? Thanks!