2

I have problem with crouton transparency in my program. At this moment when crouton is displayed in layout with for example button the button is visible on croutons message. I would like crouton message to be fully opaque. https://github.com/keyboardsurfer/Crouton

Screen:

enter image description here

Any ideas how to solve this problem?

Ben Weiss
  • 17,182
  • 6
  • 67
  • 87
keysersoze
  • 2,562
  • 4
  • 21
  • 22

1 Answers1

0

As long as you're using one the default Styles of Crouton, you should not have any transparency.

If you have set the color with the Style.Builder.setBackgroundColorValue(...) make sure that your color does not have transparency.

If you're experiencing this with a default Style feel free to open an issue.

Ben Weiss
  • 17,182
  • 6
  • 67
  • 87