You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
979 B
XML

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="250dp"
android:height="250dp"
android:viewportWidth="250"
android:viewportHeight="250">
<!-- 四个角落的线条 -->
<path
android:fillColor="#00000000"
android:strokeColor="#00CC00"
android:strokeWidth="4"
android:pathData="M0,2 L25,2 M2,25 L2,2" />
<path
android:fillColor="#00000000"
android:strokeColor="#00CC00"
android:strokeWidth="4"
android:pathData="M250,2 L225,2 M248,2 L248,25" />
<path
android:fillColor="#00000000"
android:strokeColor="#00CC00"
android:strokeWidth="4"
android:pathData="M0,248 L28,248 M2,248 L2,225" />
<path
android:fillColor="#00000000"
android:strokeColor="#00CC00"
android:strokeWidth="4"
android:pathData="M250,248 L225,248 M248,248 L248,225" />
</vector>