虚线

作者: CentForever | 来源:发表于2021-01-16 23:29 被阅读0次

    虚线

    <?xml version="1.0" encoding="utf-8"?>
    <shape
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:shape="line">
    
        <stroke
            android:width="1dp"
            android:color="#ff00ff00"
            android:dashWidth="5dp"
            android:dashGap="5dp" />
    
    </shape>
    

    相关文章

      网友评论

          本文标题:虚线

          本文链接:https://www.haomeiwen.com/subject/ztzgnktx.html