How do I remove the selected tab indicator from the TabWidget?

How do I remove the selected tab indicator from the TabWidget?


Solution Is here:
How do I remove the selected tab indicator from the TabWidget?


tabHost.getTabWidget().setStripEnabled(false);
tabHost.getTabWidget().getChildAt(1).setBackgroundColor(getResources().getColor(R.color.tabcolor));
tabHost.getTabWidget().getChildAt(2).setBackgroundColor(getResources().getColor(R.color.tabcolor));

How do I remove the selected tab indicator from the TabWidget?

How do I remove the selected tab indicator from the TabWidget? How do I remove the selected tab indicator from the TabWidget? Reviewed by Anonymous on September 22, 2016 Rating: 5

No comments:

Java Ternary Operator

Java Ternary Operator Java ternary operator is the only conditional operator that takes three operands. Java ternary operator is a one l...

Powered by Blogger.