Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.22k stars 1.13k forks source link

FloatingActionButton in FloatingActionMenu with Progress #162

Open DagobertDokate opened 8 years ago

DagobertDokate commented 8 years ago

When I insert a Floating Action button in the Floating Action Menu and give it a progress, the button jumps inside the view to the left edge and moves up. This looks with one button ugly, with more than one the menu is messy.

screenshot_2015-11-26-11-56-48 screenshot_2015-11-26-11-56-54 screenshot_2015-11-26-11-57-02

brunopiovan commented 8 years ago

Did you find a solutio. To this?

k-andrew commented 8 years ago

Try it https://github.com/Clans/FloatingActionButton/pull/261

ZonZonZon commented 6 years ago

My FloatingActionButton in FloatingActionMenu jumpes aside of its shadow on setProgress() as well. And gets back to position on hideProgress(). Repositioning on progress should be debugged.