底部导航栏图标SVG资源添加

This commit is contained in:
2024-09-10 04:34:10 +08:00
parent 492c833ffb
commit 40d7fa51d4
9 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="25dp"
android:height="24dp"
android:viewportWidth="25"
android:viewportHeight="24">
<path
android:pathData="M11,10.5m-7.5,0a7.5,7.5 0,1 1,15 0a7.5,7.5 0,1 1,-15 0"
android:strokeLineJoin="round"
android:strokeWidth="1.93476923"
android:fillColor="#00000000"
android:strokeColor="#FFFFFF"
android:fillType="evenOdd"
android:strokeLineCap="round"/>
<path
android:pathData="M21.5,21L16.3,15.8"
android:strokeLineJoin="round"
android:strokeWidth="1.93476923"
android:fillColor="#00000000"
android:strokeColor="#FFFFFF"
android:fillType="evenOdd"
android:strokeLineCap="round"/>
</vector>