I am hardly trying to create a simple application with a top menu and a changeable view below (by pressing the buttons in the menu fragment we change the view of the fragment be
You should be using FragmentActivity instead of Activity that is because you are using support Fragments and multiple Fragments in your activity main
FragmentActivity
Activity
Edit
You can now use the Appcompat support library and extends AppCompatActivity to support toolbar and fragment for lower api.
AppCompatActivity