I have a tab + ViewPager layout and in one of these tabs I have a list view. When I replace that list fragment upon the onclick I can still see the old fragment u
ViewPager
Add this to both fragment parent layout
android:background="@android:color/white".
android:background="@android:color/white"
The one which you are replacing and one which you will replace.