Android: fragments overlapping issue

前端 未结 17 1493
闹比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:14

    when you have a overlap fragment, maybe your background of your fragment is transparent, you need put a android:background="@color/white"' inside your fragment propeties

    and white you need put inside of the colors.xml #FFFFFF in the rest folder.

提交回复
热议问题