I can\'t figure out how to remove my title. I\'ve used the code below in my MainActivity but after I added that line, my app crashes.
MainActivity
getSuppor
Try this:
getSupportActionBar().setDisplayShowTitleEnabled(false);