cymcsg/UltimateRecyclerView

Can't set custom FloatingActionsMenu

Open

#194 geöffnet am 17. Sept. 2015

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.446 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (7.224 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I want to create my own FloatingActionsMenu, but there's no way to set it to recycler view. The only method is setDefaultFloatingActionButton, but it is for one button. This method is commented out in library code:

//    public void setCustomFloatingActionView(View customFloatingActionView) {
//        this.floatingActionMenu = floatingActionMenu;
//    }

Maybe you should add a public method to set mFloatingButtonView or mFloatingButtonViewStub?

Contributor Guide