I create the custom title using the style.I code some from http://labs.makemachine.net/2010/03/custom-android-window-title/
I have also set the icon in title bar using the setFeatureDrawableResource(Window.FEATURE_LEFT_ICON,R.drawable.title_logo);
can it is possible to set the title bar in middle?if possible then I want set using the custom style.
EDIT: i have check code http://andmobidev.blogspot.com/2010/01/centering-title-of-window.html
it work fine when there no icon in title bar but when set the icon i get the error java.lang.ClassCastException: android.widget.RelativeLayout
i have no idea how the window draw the title bar ,i have check the one of blog
http://android-developers.blogspot.com/2009/03/window-backgrounds-ui-speed.html
Thank you.