views:

284

answers:

0

Every time I try to create a gradient drawable as the background my application force closes.

Is there anything more I need to do than create the xml files in drawable-hdpi, drawable-mdpi, and drawable-ldpi. and then use android:background attribute to point to them?

Are there any examples of this?