i'm trying change color scheme of application , want change color of actionbar, menu items, etc.
i came across tool : http://jgilfelt.github.io/android-actionbarstylegenerator/
and used generate necessary files in color want to. however, when add files res directory, theme still not change.
does know how can use change app's color scheme whatever want?
the tool mentioned deprecated, means no longer supported. should use toolbar. mentioned in android support docs. or use appcompat version (to support older devices)
Comments
Post a Comment