mirror of
http://180.163.74.83:13000/zhangzhenghao/MPVN_Android.git
synced 2025-12-13 07:34:31 +00:00
23 lines
774 B
XML
23 lines
774 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="108dp"
|
|
android:height="108dp"
|
|
android:viewportWidth="108"
|
|
android:viewportHeight="108">
|
|
|
|
<!-- 渐变背景 -->
|
|
<path
|
|
android:pathData="M0,0 h108 v108 h-108 z">
|
|
<aapt:attr name="android:fillColor" xmlns:aapt="http://schemas.android.com/aapt">
|
|
<gradient
|
|
android:startY="0"
|
|
android:startX="0"
|
|
android:endY="108"
|
|
android:endX="108"
|
|
android:type="linear">
|
|
<item android:offset="0" android:color="#FF1A1A2E"/>
|
|
<item android:offset="1" android:color="#FF16213E"/>
|
|
</gradient>
|
|
</aapt:attr>
|
|
</path>
|
|
</vector>
|