-5

I'm using Eclipse, Android 4.0, how can I remove the top bar off my application? I know, we should out it in Manifest .. maybe I want to change the Android 4.0 to Android 2.2 .. but later on.

greg-449
  • 109,219
  • 232
  • 102
  • 145
TaWe
  • 1
  • 3
  • add android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen in your manifest file – Ullas Jun 04 '14 at 07:32

1 Answers1

0

If you are referring to hiding the ActionBar that is on top of your application, please take a look at this post: How to disable action bar permanently

Community
  • 1
  • 1
Aveline
  • 86
  • 7