I'm following this tutorial : http://www.androidhive.info/2011/08/android-tab-layout-tutorial/ and I want to change view of tabLayout. I've changed color of tabbed buttons by:
tabHost.getTabWidget().getChildAt(i).setBackgroundColor(Color.parseColor("#878787"));
But there is one change I need to do, how to change this thin orange line under the tabbed buttons? :