Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Honeycomb Action Bar not showing (baffled)

I am completely baffled. I created an application with minSDK=4 and targetSDK=11. Compiled and ran on the Xoom tablet. I am not getting an Action Bar and cannot figure out what I have done wrong. I have been staring at the screen for hours and don't know what I have done that would have caused the bar to disappear. Help! Any suggestions on why I am not seeing the Action Bar?

like image 385
Michael Little Avatar asked Jun 14 '11 04:06

Michael Little


1 Answers

You need to declare android:theme="@android:style/Theme.Holo" for Activity in Manifest xml.

The dev guide says like you only need to set the target SDK version, but it does not work.

like image 200
Romulus Urakagi Ts'ai Avatar answered Oct 22 '22 06:10

Romulus Urakagi Ts'ai