CoordinatorLayout ignores margins for views with anchor

前端 未结 6 2155
春和景丽
春和景丽 2021-02-12 03:49

Given I\'m using a layout like this:



        
6条回答
  •  暖寄归人
    2021-02-12 04:33

    Easy workaround is to anchor a random layout to where FAB was anchored, give it specific margin, and then anchor FAB to random layout, like this

    
    
    
    

提交回复
热议问题