android-floating-action-button icon indicating copy to clipboard operation
android-floating-action-button copied to clipboard

feature requirment

Open TigerBeanst opened this issue 5 years ago • 1 comments

Is there any plan to add Extended FAB? image

TigerBeanst avatar Nov 28 '20 13:11 TigerBeanst

  • 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" />

mrkhoshkam78 avatar Feb 11 '21 18:02 mrkhoshkam78