Dear devs,

following is google sdk samples for "tab" example,

    tabHost.addTab(tabHost.newTabSpec("tab1")
                .setIndicator("tab1",
getResources().getDrawable(R.drawable.star_big_on))
                .setContent(this));

It set a tab's icon and text, but, my question is HOW can i set a
tab's background as a bitmap(picture) ?

Thanks !

-- 
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