Application type: mobile iOS + Android Titanium Studio SDK:Titanium Studio, build: 3.4.0.201409261227 (c) Copyright 2012-2014 by Appcelerator, Inc. All rights reserved.
Build: jenkins-titanium-rcp-master-197 (origin/master) Date: 26 September 2014, 12:28:18
Device: ALL Android
host OS: Linux
Hi,
I am struggling with an app that was build with an old titanium sdk. I updated to the new 3.4, and have this actionBar problem, which is always visible. I tried to follow the method 2 from this website: http://www.appcelerator.com/blog/2014/08/hiding-the-android-actionbar/ (as this seems to be for me the best and easiest), but somehow, when I put in my tiapp.xml the corresponding theme as an attribute on the application element: application android:theme="@style/Theme.NoActionBar" When I build and take a look in the Androidmanifest I find in the build folder my theme is never there, it will always put android:theme=”@style/Theme.AppCompat” on the application element, and android:theme=”@style/Theme.Titanium” on the activity element. I would really appreciate some help here, I am new to Titanium and had to take over this project, I hope you can help me out! :) Thank you in advance. Cheers