Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

android: show splash fullscreen (hide navbar, statusbar, ...)

how can i achieve this, changing the tiapp.xml values do not seem to work for android

— asked June 2nd 2010 by Christian Sigl
  • android
  • fullscreen
  • splash
0 Comments

2 Answers

  • This may get override on each build, but it's worth a try.

    In your build/android/res/values folder there is a file called theme.xml

    Edit that file and change

        parent="android:Theme"
    

    to

        parent="android:Theme.NoTitleBar.Fullscreen"
    
    — answered June 2nd 2010 by Don Thorp
    permalink
    1 Comment
    • is this still the preferred way? (seeing as this was a yr ago)

      thanks

      — commented June 30th 2011 by John Brennan
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.