This seems to only happen on my Nexus 5 with Android 5.0 Lollipop installed.
After navigating through 5-6 activities, I start to see distortion in the view rendering, here's a part of the screen distorted below.
Is anyone facing anything similar? And any idea on how to remedy this?
In my case I found that adding a transparent background to all root views did not resolve this across all SDKs. Lower SDKs do not support transparent color.
To resolve I used a solid color for activity background that worked well with the UI design/colors.