I want to replace an old Fragment with a new Fragment, but i still get the buttons of the old Fragment that is still visible in the ne
Fragment
Just make buttons setVisibility(View.GONE) in your activity when that fragment is begin transaction.