Skip to content

Instantly share code, notes, and snippets.

@griajobag
Created June 30, 2016 03:39
Show Gist options
  • Save griajobag/8efbf3436e41843f226d0cadb2690ff2 to your computer and use it in GitHub Desktop.
Save griajobag/8efbf3436e41843f226d0cadb2690ff2 to your computer and use it in GitHub Desktop.
firebase notif
<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>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment