Hi,
i have a quit strange problem,

I have a textview in the top and fill some buttons later with:
mbs[i].setBackgroundColor(daybgcolor);

all fine,

but when I also add

mbs[i].setBackgroundResource(R.drawable.chart);

it kills the text in my textview?!? also when i even dont know what my
textview
should have to do with that button action.

Ok, anyhow after duddling around i guess the problem is somehow in the
backgroundresource, because when i later like to fill it with
setbackgroundcolor
the text in the textview dissapear.

Is there a Way to CLEAN, or reset the SetBackgroundResource i did
before,
so the button is clean without any chances I did later on?

Thanks
Chris

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