I am backporting my app to API7 with AppCompat and have a problem with the actionbar.
When I use FragmentActivity
the actionbar is shown on my phone (API18), but with ActionBarActivity
it shows up as the optionmenu by pressing the menubutton.
On the emulator with API7 the actionbar is always shown as an optionsmenu.
Any ideas?