1. Actionbar title style 코드로 바꾸기
1) ActionBar Title에 해당하는 TextView를 참조한다.
int titleId = getResources().getIdentifier("action_bar_title", "id", "android"); TextView actionBarTitle = (TextView) getActivity().findViewById(titleId);
2) TextView를 참조하여 꾸민다
2. ActionBar custom widget(view) 추가해서 사용하기
MenuItemCompat.setActionView( menu.findItem(Id), view);
이젠 뷰를 대체함