Create Drawable with specific height
I want to create a drawable object with a width equal to the screen's width and display 3 images inside the drawable. I know the last part can be done using a LayerDrawable object, but I don't know how to set the drawable sizes. What would be the best way to do this?
开发者_开发百科Thank you and best regards
http://www.anddev.org/resize_and_rotate_image_-_example-t621.html
i hope this help..
精彩评论