FragmentTabHost TabWidget tabStrip cannot be customized
问题 This was really confusing for me since whenever I set the StripEnabled of my FragmentTabHost it doesn't do the way I wanted it to be. To begin here is the code for FragmentTabHost: mTabHost = (FragmentTabHost) findViewById(android.R.id.tabhost); mTabHost.setup(this, getSupportFragmentManager(), R.id.realtabcontent); Bundle b = new Bundle(); b.putString("0", "tab1"); mTabHost.addTab(mTabHost.newTabSpec("tab1").setIndicator(null,getResources().getDrawable(R.drawable.selector_tab1)), Fragment1