My application needs to update tab indicator dynamically, I\'m trying to do this by invoke TabSpec.setIndicator(), but it doesn\'t work. Here is my code:
In onCreate met
i managaed with getChildTabViewAt(tabId) instead of childviewAt(id) for multiple tab.
getChildTabViewAt(tabId)
childviewAt(id)