Skip to content

Instantly share code, notes, and snippets.

@savekirk
Forked from tshrkmd/styles_noactionbar.xml
Created January 30, 2014 15:03
Show Gist options
  • Save savekirk/8710327 to your computer and use it in GitHub Desktop.
Save savekirk/8710327 to your computer and use it in GitHub Desktop.
<?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>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment