我有问题,我需要你的帮助。我想在操作栏的顶部放置一个水平布局(包含4个视图,只是为了设置它们的背景)。我不知道该怎么做。 请你的帮助。 谢谢你提前
答案 0 :(得分:0)
ActionBar actionBar = getActionBar();
actionBar.setDisplayShowCustomEnabled(true);
actionBar.setCustomView(actionBarLayout);
希望它有所帮助!
有关详细信息,请查看此链接:
How can I implement custom Action Bar with custom buttons in Android?