I got an Activity with two Fragments (one list one normal). And the normal Fragment inflates a Scrollview containing a
Activity
Fragment
Scrollview
inflater.inflate(R.layout.menu_content_main, container);
should be
inflater.inflate(R.layout.menu_content_main, container, false);