Files
jsswapp/app/src/main/res/drawable/bg_line_chart.xml

8 lines
268 B
XML
Raw Normal View History

2026-01-21 21:16:14 +08:00
<?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>