Android Change each tab individual background color
问题 I am trying to setup three tabs,each in a different color. This is the look i am going for. http://i60.tinypic.com/261ff5u.png Here is the relevant code: // Initilization viewPager = (ViewPager) findViewById(R.id.pager); actionBar = getActionBar(); mAdapter = new TabsPagerAdapter(getSupportFragmentManager()); viewPager.setAdapter(mAdapter); actionBar.setHomeButtonEnabled(false); actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS); LayoutInflater inflater = (LayoutInflater)