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 29, 2015 · 25 revisions

Changelog

v1.2.0

  • Added option to set FloatingActionMenu's icon custom animations using AnimatorSet (see sample for usage)
  • Removed required ProGuard rule
  • Miscellaneous optimizations

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