0
actionBar = getSupportActionBar();
ActionBar.LayoutParams params = new ActionBar.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
View view = LayoutInflater.from(this).inflate(R.layout.head, null);
actionBar.setCustomView(view, params);
like this,なぜsetCustomViewは常に左と右に少しのスペースを残しますか?
私はseached多くの方法を試してみましたが、マージンを削除するには、このを試してみてください。..
申し訳ありませんが、私はASは、その[言うtried.but parent]がnullの場合..... – hehuan