I can\'t hide my FloatingActionButton. Here is my code:
FloatingActionButton
XML:
you can disable it and make it semitransparent like this
fab.setEnabled(false); fab.setClickable(false); fab.setAlpha(0.3f);