How can I enable actionbar tabs in a fragment?
问题 I switched from Activity to Fragment and now I am getting the this error java.lang.IllegalArgumentException: Tabs not supported in this configuration from the following line actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS); How can I make these tabs work in a fragment with base ActionBarActivity? rest of the code @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { act = (ActionBarActivity )getActivity(); final ActionBar