Widgets whose background set as transparent appears white in android application
-
I have a windows application and most its widgets are transparent. I set this in stylesheet by
background: transparent;I now built it for android and when I run, it is found that all widgets having transparent background appears in white. :(.. how can I resolve this???