medyo / Fancybuttons

Icons, Borders, Radius ... for Android buttons
1.77k stars 397 forks source link

FancyButton text does not appear in Dialog #52

Closed Geoffrey63 closed 8 years ago

Geoffrey63 commented 8 years ago

If I try to display a FancyButton in a Dialog, I get the following result :

capture d ecran 2016-03-30 a 18 04 03

I used the exact same code as the sample (Spotify button).

Do you have a clue about that ?

medyo commented 8 years ago

Did you applied a custom style to your Dialog ? If so try to disable background attribute and see if it persists

Geoffrey63 commented 8 years ago

Good point, I disabled the background in the style and it works fine.

Thanks for your help.

LunevNF commented 6 years ago

I have the same issue, but I don't use background in style. What's wrong?