gpt4 book ai didi

android - 9-patch drawable 表现不佳,奇怪的 Artifact - 这里有什么问题?

转载 作者:搜寻专家 更新时间:2023-11-01 08:06:02 25 4
gpt4 key购买 nike

所以我正在尝试 9 补丁图像。我从一个 PNG 文件开始,其中有一个带圆角的半透明正方形:

enter image description here

然后,我创建了 9 补丁,如下所示(注意顶部和左侧的小点):

enter image description here

我认为这足以解决这个问题,但是当将这个 9 补丁程序添加到 Eclipse 时,我得到了奇怪的结果。

结果编号 1

基于这个 XML:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/linearLayout6"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/taxibg3"
android:orientation="vertical" >

<ImageView
android:layout_width="100dp"
android:layout_height="100dp"
android:background="@drawable/login_square" />
</LinearLayout>

我得到这个结果:

enter image description here

结果编号 2

基于这个 XML:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/linearLayout6"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/taxibg3"
android:orientation="vertical" >

<ImageView
android:layout_width="300dp"
android:layout_height="158dp"
android:background="@drawable/login_square" />

</LinearLayout>

我得到这个结果:

enter image description here

我还尝试在顶部和左侧制作更长的“9 条补丁线”,但这也会产生奇怪的 Artifact 。

有什么想法吗?

-- 编辑--

我也试过这个 9-patch(来自 9patch-tool 的屏幕截图):

enter image description here

这给出了这个糟糕的结果(注意黑线):

enter image description here

---- 编辑 2 ----

Leonidos 告诉我 9-patch 太大了,而且不能缩小。所以我尝试了一下,结果同样糟糕。

这是 9 补丁(下载文件 here )

enter image description here

这是它的样子(注意黑线):

enter image description here

--- 编辑 3 ---

我在路径中查看了“show bad patches”,这是显示的内容:

enter image description here

但这并不重要。如果我改变它,它看起来像这样:

enter image description here

我仍然得到黑色条纹!

为什么哦为什么!? =)

最佳答案

尽可能小。 9 片不能缩水,但可以拉伸(stretch)。用黑色填充右边框和底边框。使用 draw9patch 工具编辑 9-patch 边框以防止错误。您的 9 补丁应该类似于 this one .

关于android - 9-patch drawable 表现不佳,奇怪的 Artifact - 这里有什么问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14270042/

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