Files
jsswapp/app/src/main/res/drawable/bg_line_chart.xml
2026-01-21 21:16:14 +08:00

8 lines
268 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="270"
android:startColor="#e8f4ff"
android:endColor="#ffffff" />
</shape>