I started programming using Material Design, and I ran into a very strange graphical error.
- I have 2 actions A and B.
- Activity B has 3 fragments.
- I start with Activity A -> click on an element -> start action B.
Basically, operation A contains a fragment with a RecyclerView. 2 Snippets from Operation 3 B also contain a RecyclerView. As soon as I get back from Activity B (where the Fragment with RecyclerView is active) to Activity A, by pressing the navigation button, this is what happens:

When I scroll a little, everything is repaired.

I use the latest support libraries (21.0.3) and build tools. The error appears on Android 5.0 and 5.0.1. Logcat does not report any errors or warnings.
I do not override any activity transactions, nor do I work with Paint, Drawable, etc. Has anyone come across this error, any idea how to fix it?
android android-5.0-lollipop android-support-design
mroczis
source share