Hi,
How can the resource drawable xml can be changed at runtime for example.

<resources>
    <drawable name="solid_red">#f00</drawable>
    <drawable name="solid_blue">#0000ff</drawable>
    <drawable name="solid_green">#f0f0</drawable>
</resources>

can be changed in runtime to

<resources>
    <drawable name="solid_red">#ff00</drawable>
    <drawable name="solid_blue">#0000fff</drawable>
    <drawable name="solid_green">#f0ff0</drawable>
</resources>

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