我做的是
View v=getLayoutInflater().inflate(R.layout.action_bar, null);
v.setBackgroundResource(R.color.Primary_color);
actionbar.setCustomView(v);
一切都运行正常,但我如何再次更改自定义视图的颜色下面的语句不起作用。
getActionBar().getCustomView().setBackgroundColor(Color.parseColor("#3f51b5"));