Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • This actually works if you use a different theme for the splash page then the main page of your application. Just use the android:theme="@style/mytheme" for both the Main Activity (your splash screen) and the first activity of your application that is not the splash screen swapping out themes. Commented Oct 3, 2012 at 23:09
  • 1
    This gives an error at current API levels: "Attribute is missing the android namespace prefix." <item android:name="android:windowActionBar">true</item> gets rid of this error, but I don't know whether it still works. Commented Aug 12, 2015 at 21:52