This commit is contained in:
2025-11-27 17:49:14 +08:00
parent 0fbb9c3704
commit d69f964464
7 changed files with 145 additions and 98 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#999999" />
</shape>

View File

@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
android:viewportHeight="20">
<path
android:fillColor="#999999"
android:pathData="M8,4L8,16L12,10L8,4Z"/>
</vector>