Files
qianyanAndroid/app/src/main/res/drawable/bg_fff_t50.xml
2026-03-17 20:24:06 +08:00

7 lines
274 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:endColor="#80FFFFFF"
android:startColor="#80FFFFFF"/>
<corners android:radius="50dp"/>
</shape>