Is there a library for Floating Action Buttons (FAB) with Labels?

前端 未结 4 1523
余生分开走
余生分开走 2020-12-23 14:57

Is there a library for creating Floating Action Buttons with labels (similar to the Evernote app)?

Evernote Screenshot

The popular libraries seem to be

4条回答
  •  醉梦人生
    2020-12-23 15:46

    Nowadays there are available techniques of manipulating behaviour of the view that enable you to program FloatinActionButton as you want and to have joy that you have made it by yourself!

    1. Fade in/out FloatingActionButton while scrolling RecyclerView . DETAILS

    2. Slide down/up , beside it blog says how to:

    3. Expand floatingActionButton and show subFloatingButtons. DETAILS HERE

    There is to much details, "how to do". Therefore I've attached just links to blogs. Anyway I encourage you guys to take a look at those blogs. You will have total control over your application. Currenty I use all solutions from both blog's. Enjoy!

提交回复
热议问题