How to set FragmentTabHost
tab text color. I tried the following code but, it didn't work.
((TextView) mTabHost.getCurrentTabView()
.findViewById(android.R.id.title)).setTextColor(0xFFFFFFFF);
It gives NPE saying it couldn't find the TextView
.