简体   繁体   中英

Nine-Patch Image Slicing, Padding Issue

So I've patched an image however it has padding on the left and right which I DO NOT want, however when I patch the image without padding the corners on the image get distorted when it's drawn in a layout.

Below is a screenshot of how I am doing it, how would you overcome this issue?

在此处输入图片说明

Maybe just try to specify the padding the way it's meant to be specified, ie by drawing the bottom (and right if you want) border in 9-patch tool. Like this: 在此处输入图片说明

This way the padding should be right (side to side) and corners not distorted.

The left and top lines define the stretchable area. When you include your corners in the stretchable area, the image gets distorted. In this case, one black pixel touching the center of the image on the left and the same on the top would suffice. To identify the rectangle for the view contents, and thus the padding, you can use right and bottom lines.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM