FAB does not animate - test code and screenshot attached
问题 I have prepared a simple test project at GitHub for my question: I am trying to show/hide a FloatingActionButton (aka FAB) every 5 seconds by the following code in MainActivity.java: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); mFab = (FloatingActionButton) findViewById(R.id.fab); mInAnimation = AnimationUtils.makeInAnimation(this, false); mInAnimation.setAnimationListener(new Animation