I have a graphical problem with my nexus 5. While I changing fragment, before new fragment appears, there is this big square with a portion of the new fragment. The transition isn't smooth.
I use getSupportFragmentManager() for fragment. With the emulator(API 21) and other devices(API < 21) is all ok, with my device(API 21) i have this problem. Some ideas?
EDIT: This error occurs only when (and every time) a fragment is replace, not when it is added.