В своем главном FragmentActivityя устанавливаю свой собственный ActionBarзаголовок следующим образом: LayoutInflater inflator = (LayoutInflater) this .getSystemService(Context.LAYOUT_INFLATER_SERVICE); View v = inflator.inflate(R.layout.custom_titlebar, null); TextView tv = (TextView)...