Application type: mobile
Titanium SDK: 3.5.1.GA
Platform & version: Android 4.4.2
Device: physical device model
Host Operating System: Ubuntu 3.10
Titanium Studio: 3.4.2
Android and iOS Development: http://pastebin.com/bP8kd42H
Contents of /platform/android/res/values/customtheme.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.NoActionBar" parent="@style/Theme.AppCompat">
<item name="windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
</style>
<style name="Theme.YesActionBar" parent="@style/Theme.AppCompat">
<item name="windowActionBar">true</item>
<item name="android:windowNoTitle">false</item>
</style>
</resources>