Disable the default actionbar on titanium sdk 3.5.0GA
问题 I updated my Titanium sdk to 3.5.0GA, but there exits a default action bar on every window on Android. Can anyone please tell me how to permanently disable this default action bar? Thanks in advance. 回答1: Define the settings for your custom theme, for example, your theme at /platform/android/res/values/customtheme.xml like < ?xml version="1.0" encoding="utf-8"?> <resources> <style name="Theme.NoActionBar" parent="@style/Theme.AppCompat"> <item name="windowActionBar">false</item> <item name=