Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature requirment #391

Open
TigerBeanst opened this issue Nov 28, 2020 · 1 comment
Open

feature requirment #391

TigerBeanst opened this issue Nov 28, 2020 · 1 comment

Comments

@TigerBeanst
Copy link

TigerBeanst commented Nov 28, 2020

Is there any plan to add Extended FAB?
image

@mrkhoshkam78
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants