Skip to content

Instantly share code, notes, and snippets.

@Reacoder
Created August 19, 2014 02:05
Show Gist options
  • Save Reacoder/dde3b59d68eafdd18639 to your computer and use it in GitHub Desktop.
Save Reacoder/dde3b59d68eafdd18639 to your computer and use it in GitHub Desktop.
Theme.AppCompat.Light.NoActionBar
<?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