Currently I'm developing an application for an Android tablet. I search for a method or approach to divide the screen into two pieces and make a subview visible. I don't know where I found this effect (iOS or Android app).
For illustration I have two pictures attached:
After a click on View X a subview should appear exactly below (the rest of the screen will be moved down):
Does anyone know this effect? Greetings!


in android studio, you can inflate a fragment into your activity.
Here's the example:
in Main2Activity.java
in activity_main2.xml
take a look, i put a trick of framelayout visibility to put the view under them going down.
and for PlusOneFragment in my example, u can change it with your own fragment