I have a list view structure, with Relative layout that uses
alternating background images for odd/even elements. I\'m trying to set
the background drawable dynamically by c
You can use nine patch in the same way you use a normal drawable. I assume you have a problem with the 9 patch itself. In the /tools directory of your android sdk you have the draw 9 patch tool. It will help you to correct your 9 patch drawable and to preview it for different sizes of your view.