How to rotate floating action button without rotating shadow?

后端 未结 4 1751
一个人的身影
一个人的身影 2021-01-02 01:26

I rotate the FAB in such a simple way:

fab.startAnimation(AnimationUtils.loadAnimation(this, R.anim.rotate));

rotate.xml:

4条回答
提交回复
热议问题