Skip to content

Instantly share code, notes, and snippets.

@derekcsm
Created February 10, 2015 02:49
Show Gist options
  • Save derekcsm/ff856d7bc2677b6bf4a9 to your computer and use it in GitHub Desktop.
Save derekcsm/ff856d7bc2677b6bf4a9 to your computer and use it in GitHub Desktop.
Toolbar style
<style name="toolbar_style" parent="">
<item name="popupTheme">@style/toolbar_popup_style</item>
<item name="theme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item>
</style>
<style name="toolbar_popup_style" parent="Theme.AppCompat">
<item name="colorAccent">@color/accent</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment