I am trying to remove the action bar from an Android app. I followed this guide http://www.appcelerator.com/blog/2014/08/hiding-the-android-actionbar/ however the custom style does not work on Android 2.3 devices because of the min-sdk 14 constraint. Does anyone know how to work around this? I also tried to remove the action bar in code but this does not work nicely because on some devices I can still see the action bar for a second before it is removed.
I am using the Titanium SDK 3.3.0GA on Windows 8.1. I am developing for an Android 2.3 device and an Android 4.4 device. The Android 4.4 device works with the custom style and the Android 2.3 does not.