Can i center align the application name in android
by default the application name is aligned in the left side.
so how to make it aligned it center
you will have to create a custom theme and set the style of window title to suit your needs.
This has some guideline http://labs.makemachine.net/2010/03/custom-android-window-title/
You could also use FEATURE_CUSTOM_TITLE and set format accordingly.
This approach is detailed here.
How to change the text on the action bar