标签: android android-actionbar
如何更改操作栏选项菜单颜色?
ActionBar bar = getActionBar(); bar.setBackgroundDrawable(new ColorDrawable(Color.GREEN)); bar.setTitle(Html.fromHtml("<font color='#0f260d'>Counter </font>"));
答案 0 :(得分:0)
您始终可以使用此功能:http://jgilfelt.github.io/android-actionbarstylegenerator/
看到这个答案:https://stackoverflow.com/a/8475357/3864698