markormesher
released this
23 Feb 07:18
·
6 commits
to development
since this release
UPDATE: bump dependencies to AndroidX (#45).
ADD: the FAB now detects whether it is set to android:visibility="gone"
on initialisation and sets its internal visibility flags appropriately, which allows .hide()
and .show()
to work correctly whether or not the view starts in a visible state (#47).
ADD: the .hide()
and .show()
methods now hide/show the entire container, rather than just the FAB itself.