Skip to content

Instantly share code, notes, and snippets.

@shaobin0604
Forked from tshrkmd/styles_noactionbar.xml
Created March 30, 2014 08:08
Show Gist options
  • Save shaobin0604/9869304 to your computer and use it in GitHub Desktop.
Save shaobin0604/9869304 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