如何正确制作该图像的 9 个补丁?
我有这个 imagebutton 图像,我需要创建它的补丁 9。
我应该如何制作 9 补丁,以便文本和标志能够正确拉伸和挤压?我尝试了一些事情但没有运气。
I have this image for imagebutton, and i need to create patch 9 of it.
How should i make 9 patch, so the text and flag will be strecthed and squeezed correctly? I tried a few things and had no luck.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您拥有按钮的原始资源,那么将灰色按钮与黄色文本/标志分开是最有意义的。从按钮本身创建 9patch 将非常容易,并将其分配给 ImageButton 背景属性。留下黄色的透明背景作为 ImageButton 源居中。
If you have the original assets for the button, it would make the most sense to separate out the grey button from the yellow text/flag. Creating a 9patch from the button itself will be pretty easy and assign that to the ImageButton background property. Leave the yellow with a transparent background centered as the ImageButton source.