Android fragments problems different layouts
- by juan
I have two layouts: one for portait with one container and another for landscape with two containers.
In the first layout I show a fragment and when the user select one element, I replace the fragment with another (with FragmentTransation.Replace).
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
…