Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
I proposed this which I think it is better than the actual behavior, and could let the developers work with more room to be creative.
https://code.google.com/p/android/issues/detail?id=58318
Description
Allow developers to detect when they are using a container for their fragments other than the recommended
FragmentContainerView
.This would apply to any Fragment that was added with a
containerViewId
(i.e., via the respective methods onFragmentTransaction
). It would not apply to headless fragments / fragments added without a container ID.