美文网首页
shape02 - 虚线

shape02 - 虚线

作者: geaosu | 来源:发表于2017-09-30 17:02 被阅读0次

    废话不多说, 上图

    虚线图1.png 虚线图2.png
        代码
    
        <?xml version="1.0" encoding="utf-8"?>
        <shape xmlns:android="http://schemas.android.com/apk/res/android"
            android:shape="line">
            <size android:height="1dp"/>
            <stroke
                android:dashGap="3dp"
                android:dashWidth="10dp"
                android:width="1dp"
                android:color="@color/gray">
            </stroke>
        </shape>

    相关文章

      网友评论

          本文标题:shape02 - 虚线

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