I have a problem with my TabHost, I can not change the color. Here is my code:
intent = new Intent().setClass(this, DosageActivity.class);
spec = tabHost
.newTabSpec("")
.setIndicator("Dosages",
res.getDrawable(android.R.drawable.ic_menu_manage))
.setContent(intent);
tabHost.addTab(spec);
I tried several solutions written on the site but I can not do it and I'd keep the same code. Thank you in advance