You can also try adding this in onCreate(...):getWindow().getAttributes().format = android.graphics.PixelFormat.RGBA_8888;It worked for me.
Post a Comment
1 comment:
You can also try adding this in onCreate(...):
getWindow().getAttributes().format = android.graphics.PixelFormat.RGBA_8888;
It worked for me.
Post a Comment