v2.0.0-beta3
-
Improved handling of size changes in both
InboxRecyclerView
andExpandablePageLayout
, 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).