How to get rid of the shadow between AppBarLayout and TabLayout?

前端 未结 4 1410
粉色の甜心
粉色の甜心 2021-01-28 05:20

I have a layout for a fragment with three tabs. The XML code of the layout is as follows:




        
4条回答
  •  庸人自扰
    2021-01-28 05:32

    Open app_bar_main.xml and set app:elevation="0dp" inside AppBarLayout, then clean and rebuild project.

    ... app:elevation="0dp">

    
    

提交回复
热议问题