Android FragmentTransaction: How to generate an overlay slide in and move existing Fragement to left
问题 I'm trying to do the following. Create a new Fragement B (Menu), slide it in from the right, and i want to move (no hide or replace!) the already shown Fragment A to the left. I got the Transaction from Fragment B right, but Fragment A doesn't change his position at all. Seems like, my FragmentManager doesn't know that Fragment A exists (Fragment A is not added dynamically, it's defined in XML). main_screen_layout-xml <RelativeLayout //... android:id="@+id/main_screen" tools:context="