Skip to content

Instantly share code, notes, and snippets.

@asifmujteba
Forked from tshrkmd/styles_noactionbar.xml
Last active August 29, 2015 14:05
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asifmujteba/0eae2249359744ff86bd to your computer and use it in GitHub Desktop.
Save asifmujteba/0eae2249359744ff86bd to your computer and use it in GitHub Desktop.
Add it in styles.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.AppCompat.Light.NoActionBar" parent="@style/Theme.AppCompat.Light">
<item name="android:windowNoTitle">true</item>
<item name="windowActionBar">false</item> <!-- For 2.x version -->
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment