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

Wrong label position in flavor with custom icon #41

Open
chinbri opened this issue Oct 28, 2019 · 0 comments
Open

Wrong label position in flavor with custom icon #41

chinbri opened this issue Oct 28, 2019 · 0 comments

Comments

@chinbri
Copy link

chinbri commented Oct 28, 2019

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:

image

But if the flavor's icon is custom, different from the default one, the label's positions change:

image

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)
}

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

No branches or pull requests

1 participant