右上角圆角三角形

2021-01-01  本文已影响0人  CentForever

右上角圆角三角形

<?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>
上一篇下一篇

猜你喜欢

热点阅读