TabHost myTabHost = getTabHost();

tabHost.addTab(tabHost.newTabSpec("myTab")

.setIndicator(res.getString(R.string.*myTitle*),

res.getDrawable(R.drawable.*myIcon*))

.setContent(*new* Intent(*this*, MyImplementation.*class*)));
You can check also the APIDemos example
Thanks
On Mon, Jan 12, 2009 at 9:04 PM, skink <[email protected]> wrote:

>
> hi,
>
> Is there any way to customize tab indicators, by for ex. setting own
> bitmap drawables?
>
> pskink
> >
>

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

Reply via email to