gpt4 book ai didi

android - Xml 可绘制对象未在应用程序中正确显示

转载 作者:行者123 更新时间:2023-11-30 00:26:01 24 4
gpt4 key购买 nike

我创建了一个这样的 XML drawable a part from the image

xml是

    <layer-list xmlns:android="http://schemas.android.com/apk/res/android">

<item android:top="5dp">
<shape
android:dither="true"
android:shape="rectangle">
<solid android:color="@color/cardview_light_background" />
</shape>
</item>

<item
android:gravity="top"
android:top="2dp">
<shape android:shape="line">
<size android:height="2dp" />
<stroke
android:width="1dp"
android:color="@color/colorAccent"
android:dashGap="48dp"
android:dashWidth="@dimen/activity_default_margin" />
</shape>
</item>

<item
android:gravity="top"
android:left="32dp"
android:top="2dp">
<shape android:shape="line">
<size android:height="2dp" />
<stroke
android:width="1dp"
android:color="#f9607d"
android:dashGap="48dp"
android:dashWidth="@dimen/activity_default_margin" />
</shape>
</item>

</layer-list>

上图来自android studio中的预览图。当图像在模拟器中显示时,它显示一条单线而不是虚线。我该如何解决这个问题?

最佳答案

将此行添加到 xml 布局中的 ImageView

android:layerType="software"

关于android - Xml 可绘制对象未在应用程序中正确显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45369389/

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