When I call dialog.show() later, it appears very fast. Seems like Android UI uses some sort of cache. How to force Android create this cache in the background?
dialogLaout.invalidate didn't help
buildDrawingCache() is depricated and seems to be turned off anyway