Re: [android-developers] Changing tab background image

2011-02-17 Thread Mark Murphy
Try: http://schemas.android.com/apk/res/android";> On Thu, Feb 17, 2011 at 8:48 AM, cool.manish wrote: > Hi, > > I want to change the tab image on enable and disable. I am trying to > use following xml. but it is not working > > tabhost.newTabSpec(mailboxTabId).setIndicator(m

[android-developers] Changing tab background image

2011-02-17 Thread cool.manish
Hi, I want to change the tab image on enable and disable. I am trying to use following xml. but it is not working tabhost.newTabSpec(mailboxTabId).setIndicator(mailboxTabId, getResources().getDrawable(R.layout.mailbox_tab_state)).setContent(mailboxIntent); http://schemas.android.com/ap