Adjust icon size of Floating action button (fab)

后端 未结 11 1287
名媛妹妹
名媛妹妹 2020-11-29 17:21

\"Floating The new floating action button should be 56dp x 56dp and the icon inside it should

11条回答
  •  温柔的废话
    2020-11-29 17:58

    If you are using androidx 1.0.0 and are using a custom fab size, you will have to specify the custom size using

    app:fabCustomSize="your custom size in dp"
    

    By deafult the size is 56dp and there is another variation that is the small sized fab which is 40dp, if you are using anything you will have to specify it for the padding to be calculated correctly

提交回复
热议问题