Hi,
I have an app widget, I want to change the background drawable of
LinearLayout while in runtime, how can I do that? I have tried using
XmlResourceParser
as
XmlResourceParser p = getResources().getLayout(R.layout.main);
p.next();
p.nextToken();

it takes me to linearlayout but when I issue
p.getProperty("background"); it returns null? what should I use instead of
background here? or is there any other way to change wiget's background at
runtime.

Thank You,
Abdul Mateen.

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