Skip to content

Instantly share code, notes, and snippets.

@windless
Created September 15, 2014 07:32
Show Gist options
  • Save windless/d4cadc5e0c5415e20764 to your computer and use it in GitHub Desktop.
Save windless/d4cadc5e0c5415e20764 to your computer and use it in GitHub Desktop.
Disable android action bar
<style name="AppTheme" parent="android:Theme.Holo.Light">
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment