Android: Create bigger Floating Action Button with bigger icon

前端 未结 8 514
陌清茗
陌清茗 2021-02-02 11:02

I want to create a bigger Floating Action Button (FAB), more than the usual 56 dp, with a bigger icon inside. (For my purpose an icon will never be self-explanatory so I will cr

8条回答
  •  不知归路
    2021-02-02 11:52

    For changing the fab size use

    app:fabCustomSize="70dp"
    

    And for the icon size

    app:maxImageSize="50dp"
    

    Example

            
    

提交回复
热议问题