============问题描述============
============解决方案1============
getSupportActionBar().setCustomView(LayoutInflater.from(this).inflate(R.layout.title, null)); getSupportActionBar().setDisplayShowCustomEnabled(true); getSupportActionBar().setDisplayShowHomeEnabled(false); getSupportActionBar().setDisplayShowTitleEnabled(false);
原文:http://www.cnblogs.com/llj1985522/p/4035825.html