How to trouble 9-patch image in android

Posted by michael on Stack Overflow See other posts from Stack Overflow or by michael
Published on 2010-06-06T07:05:11Z Indexed on 2010/06/06 7:12 UTC
Read the original article Hit count: 259

Filed under:

Hi,

I have an ImageView in my layout xml file. I set the width to wrap_content and height to fill_parent. In hierarchy viewer, the width is 2 px and height is 120 px. But when i see it on device, my 9-patch image for the image view does not stretch to 120 px. Can you please tell me how can I trouble shoot this 9 patch image does not stretch error?

Thank you.

© Stack Overflow or respective owner

Related posts about android