I\'m using supportlib v4 to reach master-detail flow.
Problem: New instance of \"details\" fragment overlays the first one (xml created) instead replace it.<
Note: When you add a fragment to an activity layout by defining the fragment in the layout XML file, you cannot remove the fragment at runtime. If you plan to swap your fragments in and out during user interaction, you must add the fragment to the activity when the activity first starts, as shown in the next lesson.
Which is very last thing on http://developer.android.com/training/basics/fragments/creating.html