I use the Android 9-patch tool to create my 9-patch images. I have to support several different resolutions and button states. This means that for one button with 9 patches I need to create 16 separate assets. I am currently generating each one separately, using the 9-patch Android tool interface, which is time consuming. If I could specify a point with 9 patches for a series of buttons that have the same properties, this will save me a lot of time. Is there an equivalent command line tool or other approach that would help.
thanks
source share