[android-developers] 9 patch png

2011-07-22 Thread b_t
Hi, I would like use a 9 patch png in an ImageView. It sounds easy but doesn't work for me. If I set the popup.9.png drawable as the source then the whole image is stretched, not works as I excepted. ImageView android:layout_width=fill_parent android:layout_height=fill_parent

Re: [android-developers] 9 patch png

2011-07-22 Thread Raghav Sood
Did you adjust the areas to be stretched properly? On Fri, Jul 22, 2011 at 1:49 PM, b_t bartata...@gmail.com wrote: Hi, I would like use a 9 patch png in an ImageView. It sounds easy but doesn't work for me. If I set the popup.9.png drawable as the source then the whole image is stretched,