Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Changelog

Dmitry Tarianyk edited this page Mar 26, 2015 · 25 revisions

Changelog

v1.0.1

  • Added option to disable FloatingActionMenu's icon animation
FloatingActionMenu menu = (FloatingActionMenu) findViewById(R.id.menu);
menu.setIconAnimated(false);
Clone this wiki locally