manoj wrote:
> can any one please help me. Its requirement of the client.

You can try holding onto the TabHost.TabSpec objects you create and call
setIndicator() again when the icon changes. I have no idea if that will
work.

You might try subclassing TabHost and see if you can handle the icon
change yourself, though I have no idea if this is possible, and you
would need to not use TabActivity (which, IIRC, creates its own TabHost
object).

You can always roll your own tab-style UI using a ViewFlipper or similar
widget.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 2.0 Available!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to