gpt4 book ai didi

java - 如何去除9patch边距

转载 作者:行者123 更新时间:2023-12-01 11:40:58 24 4
gpt4 key购买 nike

这是我的 9patch 图像:

enter image description here

正如你所看到的,它在左上角和右下角有很大的角。我用它制作了一个 9patch 图像来拉伸(stretch)图像,它工作正常,但有一个问题,它给了角很大的余量,看看此图片:

enter image description here

我只能使用白框,其他空间只是边距。

这是我的代码:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/colorbg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/roundads"
android:padding="0dp"
android:orientation="vertical" >

如您所见,我已将 padding 设置为 0,但由于这个 9patch ,它占用了边距。

有什么办法可以去掉这个边距吗?

谢谢

最佳答案

添加垂直填充和水平填充等价于这个......并尝试

enter image description here

关于java - 如何去除9patch边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29532305/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com