9 lines
288 B
XML
9 lines
288 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- 现代简约背景 -->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:angle="135"
|
|
android:startColor="#F8F9FA"
|
|
android:endColor="#E9ECEF"
|
|
android:type="linear"/>
|
|
</shape> |