How to fill a view with another with Material Design Animation?
问题 I'm trying to go around different functionality integrated with Android Material Design but I can't to do this type of animation when a view fill another like that : Do you know how to do it or a library/project an example that does this? 回答1: I tried to implement this below API 21 add gradle dependancy dependencies { compile 'com.github.ozodrukh:CircularReveal:1.0.6@aar' } My activity xml is activity_reval_anim.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"