Android: fragments overlapping issue

前端 未结 17 1472
闹比i
闹比i 2020-11-27 17:49

I am facing a problem of overlapping fragments when i switch between tabs and attach fragments to a tab view below is my code please help

public class Fragme         


        
17条回答
  •  自闭症患者
    2020-11-27 18:03

    Instead of using fragment as the container for the fragments, use FragmentContainerView. That solved the issue for me

提交回复
热议问题