Add views below toolbar in CoordinatorLayout

前端 未结 4 660
无人共我
无人共我 2020-11-28 01:41

I have the following layout:



        
4条回答
  •  無奈伤痛
    2020-11-28 01:59

    I managed to fix this by adding:

    android:layout_marginTop="?android:attr/actionBarSize"

    to the FrameLayout like so:

     
    

提交回复
热议问题