Cool_Wallpaper/app/src/main/res/drawable/rounded_rectangle_gradient.xml
2025-02-26 14:31:38 +08:00

10 lines
293 B
XML

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