美文网首页
右上角圆角三角形

右上角圆角三角形

作者: CentForever | 来源:发表于2021-01-01 22:35 被阅读0次

右上角圆角三角形

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="22dp"
    android:height="22dp"
    android:viewportWidth="22.0"
    android:viewportHeight="22.0">

    <path
        android:pathData="M22,22
                       V22,2
                       c0,-1.1 -0.9,-2 -2,-2
                       H2,0
                       Z
                       "
        android:strokeWidth="1.0"
        android:strokeAlpha="1"
        android:fillColor="#ff00ff00" />

</vector>

相关文章

网友评论

      本文标题:右上角圆角三角形

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