Friday, April 14, 2017

How to center align the ActionBar title or icon in Android?

In your Activity, in your onCreate() method:
getSupportActionBar().setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM); 
getSupportActionBar().setCustomView(R.layout.abs_layout);

0 comments:

Post a Comment