Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created February 9, 2013 23:25
Show Gist options
  • Save mplacona/4747559 to your computer and use it in GitHub Desktop.
Save mplacona/4747559 to your computer and use it in GitHub Desktop.
optional_action_bar (11)
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.OptionalActionBar" parent="@android:style/Theme.NoTitleBar">
<item name="android:windowNoTitle">false</item>
<item name="android:windowActionBar">true</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment