Hi,
This page 
http://developer.android.com/guide/topics/resources/available-resources.html#colordrawableresources
says that we can optionally set rounded corners for color rectangles.
Could anyone please tell me how to add the rounded corner
specification in the following code? (I have searched but didnt find
any example)

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

Thanks,
Saikat

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to