Search code examples
androiduser-interfaceandroid-fragmentsnavigation-drawertitlebar

Android Studio how to change top bar title


I have this navigation-drawer with fragments. I want that every time I go to a section of this, change the title above in the image it says "Usario"

Image of Navigation Drawer

Image of Navigation Drawer


Solution

  • Try this

    ((AppCompatActivity) getActivity()).getSupportActionBar().setTitle("Usario");