How to remove auto padding of FAB button in android?

后端 未结 4 1704
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-04 09:44

I am using FAB button for profile picture but it is already having some padding. I am using following code for creating FAB button.

4条回答
  •  鱼传尺愫
    2021-02-04 10:34

    just add this in your dimens.xml file

    36dp
    

    This might not work for 3rd party libraries.

提交回复
热议问题