0

How to change the action bar option menu color?

ActionBar bar = getActionBar();
        bar.setBackgroundDrawable(new ColorDrawable(Color.GREEN));
        bar.setTitle(Html.fromHtml("<font color='#0f260d'>Counter </font>"));
Usman Ahmed
  • 79
  • 2
  • 3
  • 11

1 Answers1

0

You always can use this: http://jgilfelt.github.io/android-actionbarstylegenerator/

And see this answer: https://stackoverflow.com/a/8475357/3864698

Community
  • 1
  • 1
QArea
  • 4,955
  • 1
  • 12
  • 22