I have noticed that the default theme for ICS 4.0.3 in Eclipse is Theme.Holo which has the default ICS buttons, the blue ones.
However while fiddling about with the AndroidManifest.xml I decided to remove the title bar. That automatically switched the theme to Theme.NoTitleBar which has different form widgets.
Is there any way I can use the Holo theme with no title bar?
Thank you.
Yes you can use the styles Theme_Holo_NoActionBar (or Theme_Holo_Light_NoActionBar).
http://developer.android.com/reference/android/R.style.html#Theme_Holo_NoActionBar
http://developer.android.com/reference/android/R.style.html#Theme_Holo_Light_NoActionBar