I try to call a fragment for my Navegation Drawer but it does not have an ID and if I try to put it in the XML file it marks me error
FragmentManager manager=getSupportFragmentManager();
manager.beginTransaction().replace(R.id.aquiMarcaError,new Padre_Scrolling()).commit();