79618814

Date: 2025-05-13 01:14:56
Score: 2
Natty:
Report link

Use app:fabCustomSize.

<com.google.android.material.floatingactionbutton.FloatingActionButton
    android:id="@+id/floatingActionButton"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:srcCompat="@drawable/ic_launcher_foreground"
    app:fabCustomSize="74dp" />

https://github.com/material-components/material-components-android/blob/master/docs/components/FloatingActionButton.md#sizing-fabs

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Manabu Nakamura