How to Change color on click tab Host. i can change image but color are not change.
public class MainActivity extends Activity { @Override protected
//set background colors for tabs
for (int i = 1; i <= 3; i++) { tabHost.getTabWidget().getChildTabViewAt(i).setBackgroundColor(getResources().getColor(R.color.gradient)); }