开发者

Edit android ninepatch png programly (change color)

开发者 https://www.devze.com 2023-02-09 05:52 出处:网络
Is there a way to change color of a ninepatch image(png) programly on android ? I know how do this with bitmap but not with ninepatch...

Is there a way to change color of a ninepatch image(png) programly on android ? I know how do this with bitmap but not with ninepatch...

Thanks to helping me.

开发者_如何学PythonRegards Jim


NinePatch images are standard PNG files, with a 1-pixel border around the outside to mark the repeated areas. You can edit them in any image editor, and as long as you leave the 1-pixel outer border alone, they'll continue to work just fine.

See here for how they are constructed.

0

精彩评论

暂无评论...
验证码 换一张
取 消