We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
There is an issue when there is a flavor that not use the app's default icon. The position of the labels are wrong.
In my app I have two labels, one top and one bottom. Using the icon as app's default (main folder). Everything works ok:
But if the flavor's icon is custom, different from the default one, the label's positions change:
Both cases using the same image resources.
This is the configuration
myFlavor { filters = customColorRibbonFilter("GE", "#00cc00", "#FFFFFF", "top", 0.20) filters = customColorRibbonFilter("QA-WHI", "#00cc00", "#FFFFFF", "bottom", 0.20) }
The text was updated successfully, but these errors were encountered:
Add tests covering custom flavor icon akaita/easylauncher-gradle-plug…
6318035
…in#41
No branches or pull requests
Hi,
There is an issue when there is a flavor that not use the app's default icon. The position of the labels are wrong.
In my app I have two labels, one top and one bottom. Using the icon as app's default (main folder). Everything works ok:
But if the flavor's icon is custom, different from the default one, the label's positions change:
Both cases using the same image resources.
This is the configuration
myFlavor {
filters = customColorRibbonFilter("GE", "#00cc00", "#FFFFFF", "top", 0.20)
filters = customColorRibbonFilter("QA-WHI", "#00cc00", "#FFFFFF", "bottom", 0.20)
}
The text was updated successfully, but these errors were encountered: