Tabhost bottom border line android
screenshot Notice that little tiny gray line that runs underneath the tabs (Except selected tab)? How do I change/alter that? Would that be part of the FrameLayout, tabHost or TabWidget? I just cannot find a way to alter or remove this little gray line. Thanks Ramindu Weeraman Create tabindicator.xml as following. Then insert following code in to your TabActivity class. ... View indicator1 = getLayoutInflater().inflate(R.layout.tabindicator, null); im1 = (ImageView) indicator1.findViewById(R.id.icon); im1.setBackgroundDrawable(getResources().getDrawable( R.drawable.home)); View indicator2 =