Skip to content

Instantly share code, notes, and snippets.

@Char0394
Created October 5, 2017 02:36
Show Gist options
  • Select an option

  • Save Char0394/49d9d8b540672c0255018e79b7f25702 to your computer and use it in GitHub Desktop.

Select an option

Save Char0394/49d9d8b540672c0255018e79b7f25702 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<style name="MyTheme" parent="MyTheme.Base">
</style>
<style name="MyTheme.Base" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="windowNoTitle">true</item>
<item name="colorPrimary">#2196F3</item>
<item name="colorPrimaryDark">#1976D2</item>
<item name="colorAccent">#FF4081</item>
<item name="android:elevation">4dp</item>
<item name="android:windowContentOverlay">@drawable/actionbar_shadow</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment