Skip to content

Instantly share code, notes, and snippets.

@davidelp68
Created January 2, 2022 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidelp68/0e07cb27e8c1e765cf4083bfc86fbe48 to your computer and use it in GitHub Desktop.
Save davidelp68/0e07cb27e8c1e765cf4083bfc86fbe48 to your computer and use it in GitHub Desktop.
Android Studio - Night/Day
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowBackground">@color/backgroundwindow</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment