Set a GradientDrawable as the background on all TabIndicators in tabHost1 All fours corner radii of the GradientDrawable are set to the value of cornerRadius (in pixels)
Set a GradientDrawable as the background on all TabIndicators in tabHost1 Corner radii of the GradientDrawable are set individually (in pixels) based upon the number of elements in the array cornerRadius: 1 element defines all corner radii 2 elements define corner radii in order top left and right, bottom left and right 4 elements define corner radii in order top-left, top-right, bottom-right, bottom-left
Set a ColorStateList to be used for the text color of all tab indicators. The ColorStateList must be defined in XML in your application Objects/res/drawable folder. Color for selected and not selected tab state can be defined.