I\'m having an odd problem. I am making an app with targetsdk 13.
In my main activity\'s onCreate method i call getActionBar() to setup my actionbar. T
getActionBar()
go to the AndroidManifest.xml and replace
android:theme="@style/AppTheme"
by
android:theme="@android:style/Theme.Holo.Light.DarkActionBar"