Floating Action Button Icon not centered inside

前端 未结 8 2564
鱼传尺愫
鱼传尺愫 2021-01-02 13:07

I\'m trying to use a FAB but the icon inside is placing at bottom right of the button:

FAB with icon not centered

This is the FAB definition in the xml:

8条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-02 13:41

    Try

    android:width="wrap_content"
    android:height="wrap_content"
    app:maxImageSize ="56dp"
    

    on the fab. Worked for me

提交回复
热议问题