Luma_Wallpaper/app/src/main/res/drawable/rounded_rectangle_gradient.xml
2025-05-14 16:06:25 +08:00

9 lines
292 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="45"
android:endColor="#8BC34A"
android:startColor="#E8ECEF"
android:type="linear"
android:useLevel="false" />
<corners android:radius="16sp" />
</shape>