Android: Create bigger Floating Action Button with bigger icon

前端 未结 8 629
陌清茗
陌清茗 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:35

    Just making a clarification to @GraceCoder 's answer that @Tim Castelijns noted well in a comment above

    You should go to your res->values->dimensions.xml file

    and change it to add

    100dp
        98dp
    

    Attention: It is

    design_fab_size

    not

    design_fab_size_mini

提交回复
热议问题