zhibo/android-app/app/src/main/res/drawable/bg_pill_right.xml

12 lines
377 B
XML
Raw Normal View History

2025-12-17 15:38:00 +08:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
2025-12-17 17:45:39 +08:00
<gradient
android:angle="270"
android:startColor="#E6FFE8F3"
android:endColor="#B3FFFFFF" />
<stroke
android:width="1dp"
android:color="#66FFFFFF" />
2025-12-17 15:38:00 +08:00
<corners android:radius="22dp" />
</shape>