如何更改操作栏中自定义视图的背景颜色?

时间:2015-09-30 06:53:50

标签: android

我做的是

View v=getLayoutInflater().inflate(R.layout.action_bar, null);
        v.setBackgroundResource(R.color.Primary_color);
actionbar.setCustomView(v);

一切都运行正常,但我如何再次更改自定义视图的颜色下面的语句不起作用。

getActionBar().getCustomView().setBackgroundColor(Color.parseColor("#3f51b5"));

0 个答案:

没有答案