Is there a way to create a similar animation for ActivityOptions.makeScaleUpAnimation (View source, int startX, int startY, int startWidth, int startHeight) to replace the fragment transaction? When the user clicks on editTextBox, I need to zoom from editTextBox to the full-screen fragment.
source
share