spudatron

Results 3 comments of spudatron

This worked for me, I got the idea from http://docs.appcelerator.com/titanium/3.0/#!/guide/Android_Action_Bar-section-36735509_AndroidActionBar-HidingtheActionBar Create the custom_theme.xml file in this location platform/android/res/values/custom_theme.xml Add this code below. ``` false ``` Then go here modules/android/dk.napp.drawer/1.1.3/ and...

It was still appearing for me so I had to use the solution above.

Just an update on hiding the actionbar using the above suggested code. It will revert to using UI picker elements pre API 11. You will this style of picker http://i.stack.imgur.com/KXpiM.png