操作栏禁用左右空白

时间:2015-08-06 12:33:21

标签: android android-actionbar

我尝试在支持操作栏中添加自定义视图。显示like this

我的代码在这里,

    ActionBar actionBar = getSupportActionBar();
    actionBar.setCustomView(R.layout.action_bar);

    actionBar.setDisplayShowHomeEnabled(false);
    actionBar.setDisplayShowTitleEnabled(false);
        actionBar.setDisplayShowCustomEnabled(true);

如何禁用左右黑色空白? 感谢。

0 个答案:

没有答案