Animating Fab on click (zoom in/out)
I am trying to mimic animation and the color change for the following floating action button. The way the floating action button works is white is off and blue is on. However, I have been unsuccessful with the animation and changing the color. These have been my attempts at doing this, as you can see I have commented out all the different ways I have tried to do this. This is my code: @SuppressWarnings("unused") @OnClick(R.id.fabMovieFavourite) public void addMovieFavourite(View view) { /* final Animator animator = AnimatorInflater.loadAnimator(getActivity(), R.animator.add_favourite_movie);