Skip to content

v2.0.0-beta3

Compare
Choose a tag to compare
@saket saket released this 16 Sep 00:08
· 165 commits to master since this release
  • Improved handling of size changes in both InboxRecyclerView and ExpandablePageLayout, especially when they're resized while expanding. This can happen if the soft keyboard is shown. (7654e48, 9d54032 and c13948e).

  • Made InboxRecyclerView#attrs constructor parameter optional so that it can be created from code.

  • Sample: Restored FAB animation by removing the use of the hidden AnimatedVectorDrawable#reverse() function that no longer works on newer Android versions (6f02363).