I am working on app in some fragment i want to hide FloatingActionButtton. When i set android:visibility=\"gone\". Behavior animation show me FloatingAction
In kotlin enable/disable is:
fab.isEnabled = true fab.isEnabled = false