Skip to content

Instantly share code, notes, and snippets.

@hitesh-dhamshaniya
Created September 17, 2015 12:08
Show Gist options
  • Save hitesh-dhamshaniya/b0617335a593da33bec9 to your computer and use it in GitHub Desktop.
Save hitesh-dhamshaniya/b0617335a593da33bec9 to your computer and use it in GitHub Desktop.
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:colorPrimary">@color/primary</item>
<item name="android:colorPrimaryDark">@color/primary_dark</item>
<item name="android:textColorPrimary">@color/primary_text</item>
<item name="android:textColorSecondary">@color/secondary_text</item>
<item name="android:colorAccent">@color/accent</item>
<item name="android:windowBackground">@color/window_background</item>
</style>
@hitesh-dhamshaniya
Copy link
Author

Add in Style of your project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment