I am creating a chat application.I want the to convert my png image for chat bubble into a 9patch image.I used this link....
http://android-ui-utils.googlecode.com/hg/asset-
Actually it was a problem with the image i used for my app.The image i used was bigger in width.For 9patch images to work properly,the width should be minimum.I used another image of smaller width instead of this and bam !!! it worked perfectly :)