This commit is contained in:
hch
2024-01-26 10:18:58 +08:00
parent 1aa6cb8f55
commit e7ef492015
3 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="6dp" />
<gradient
android:endColor="#E0E1E6"
android:startColor="#E0E1E6"
android:type="linear" />
</shape>