android-floating-action-button
android-floating-action-button copied to clipboard
feature requirment
Is there any plan to add Extended FAB?

- Hi, You can use it :
implementation 'com.google.android.material:material:1.1.0-alpha04'
- on Activity : <com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton android:id="@+id/fab" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_alignParentBottom="true" android:layout_alignParentEnd="true" android:layout_margin="@dimen/fab_margin" android:text="Create" app:icon="@drawable/outline_home_24" />