Files
XiaoxintongSystemOS/app/src/main/res/drawable/custom_bg_weather_night.xml
Fanhuitong 2e2d2ac818 version:4.4
fix:
update:优化闹钟页面,优化日常应用
2024-02-02 10:11:08 +08:00

17 lines
495 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 圆角的幅度 -->
<corners
android:topLeftRadius="@dimen/dp_8"
android:topRightRadius="@dimen/dp_8"
android:bottomLeftRadius="@dimen/dp_8"
android:bottomRightRadius="@dimen/dp_8" />
<gradient
android:angle="315"
android:startColor="#371453"
android:endColor="#623fa2"
android:type="linear"/>
</shape>