Add the action bar to Theme.Light.Holo

Change-Id: Idbe41f6225b6915ffc942dfc499a930e69f46839
diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml
index 3ebe7cb..6ed7b71 100644
--- a/core/res/res/values/themes.xml
+++ b/core/res/res/values/themes.xml
@@ -593,6 +593,7 @@
          UI style also includes a full action bar by default. -->
     <style name="Theme.Light.Holo">
         <item name="editTextBackground">@android:drawable/edit_text_holo_light</item>
+        <item name="android:windowActionBar">true</item>
         <item name="listChoiceIndicatorSingle">@android:drawable/btn_radio_holo_light</item>
         <item name="listChoiceIndicatorMultiple">@android:drawable/btn_check_holo_light</item>
     </style>