It actually worked with Fragment#setRetainInstance. I just had to call ((ViewGroup) fragmentLayout.getParent()).removeView(fragmentLayout) before I could reuse ...
確定! 回上一頁