Tuesday, July 9, 2013

Hide the actionBar Title name

             android.app.ActionBar actionBar = getActionBar();
    actionBar.setDisplayShowTitleEnabled(false);

No comments:

Post a Comment