Search code examples
androidandroid-actionbarmaterial-design

Material Theme Android Action Bar Style Generator


Is there Android Action Bar Style Generator for the Material Themes ?

I'm looking for something like this http://jgilfelt.github.com/android-actionbarstylegenerator/ but with the support new Material Style for Android (not Holo style).

Thanks for advance :)


Solution

  • Material theme uses tinting and simple shapes to generate UI. You don't need any generator, because there's no 9-patches nor any other graphic. Just set your colors in your theme (primary, accent, etc.) and you're ready to go.