Skip to content

Instantly share code, notes, and snippets.

@prathamesh-mutkure
Created December 6, 2019 10:21
Show Gist options
  • Save prathamesh-mutkure/0021edad865c8826855955a5a8405c38 to your computer and use it in GitHub Desktop.
Save prathamesh-mutkure/0021edad865c8826855955a5a8405c38 to your computer and use it in GitHub Desktop.
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
<!-- Add this to your styles.xml file -->
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment