Skip to content

Instantly share code, notes, and snippets.

View udeaghakingsley's full-sized avatar

udeagha udeaghakingsley

View GitHub Profile
@udeaghakingsley
udeaghakingsley / styles.xml
Created August 19, 2017 10:15 — forked from Garretthh07/styles.xml
JustJava
<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>