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?
Reviewed by Anonymous
on
September 22, 2016
Rating:
No comments: