This happens to me when I have a scroll that is too long, with the ability to draw in root mode, it affects each device uniquely. My Nexus 9 will show the most, but my sony compact will not. You should not turn off hardware acceleration because on low-maintenance devices you will likely have a very volatile application.
In this situation, you should probably consider using a list or recyclerview to ensure that your background element is no larger than the screen. Even XML images in the background of a not-so-long scrollview will generate this error. I choose for security and redesign elements, making it easier to remove the background from the scroll, maybe options, and put them like tiles in internal elements.
It seems strange, but this should be due to the way the background is created by this root view in a longer scroll, because the scrollview itself can be quite long, with many complex elements without problems and background colors are never a problem ..
brian source share