Android操作栏选项菜单颜色

时间:2014-11-11 14:58:33

标签: android android-actionbar

如何更改操作栏选项菜单颜色?

ActionBar bar = getActionBar();
        bar.setBackgroundDrawable(new ColorDrawable(Color.GREEN));
        bar.setTitle(Html.fromHtml("<font color='#0f260d'>Counter </font>"));

1 个答案:

答案 0 :(得分:0)