Hi, Looking for a nice solution to having a copy of an image in multiple res folder locations
ie /res/xlarge-mdpi/border.png /res/hdpi/border.png /res/large-mdpi/border.png All these images are the exact same. Wanted to use the hdpi one for the tablet mdpi screens since it looks better. The only solution i could see is wrapping the original png in a drawable xml file all the other instances point to that one image like so /res/xlarge-mdpi/border.xml /res/hdpi/border.xml /res/hdpi/border-hdpi.png /res/large-mdpi/border.xml with all the border.xml's point to border-hdpi.png. Anyone have a better idea? Thanks -Curtis -- 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

