Two floating action buttons next to each other

前端 未结 12 1464
谎友^
谎友^ 2020-12-23 09:26

The material design documentation has an example of Google Maps showing two floating action buttons next to one another (actually, one above the other).

12条回答
  •  無奈伤痛
    2020-12-23 10:15

    It is a combination of layout gravity and anchor gravity together with playing with the margins (of the anchored item) that can make it work, have a look at the xml below which I have used successfully:

    
    
    
    

提交回复
热议问题