gpt4 book ai didi

Android 破折号/虚线问题?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:19:42 26 4
gpt4 key购买 nike

当我使用 android 虚线时,它在小屏幕上工作正常,但在 Samsung S3 设备和更高版本中不工作

截图

samsung Device

Small screens

drawable/dashline.xml

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line" >

<stroke
android:dashWidth="20sp"
android:dashGap="20sp"
android:width="2dp"
android:color="#FF0000" />

</shape>

XML

 <ImageView
android:id="@+id/button1"
android:layout_width="fill_parent"
android:layout_height="6dp"
android:background="@drawable/dash_line" />

如果有人可以帮助我解决这个问题,任何想法都是值得赞赏的。

最佳答案

为您的 imageView 设置 android:layerType="software"。检查docs for android:layerType .

关于Android 破折号/虚线问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18983788/

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