Prank_Master/app/src/main/res/drawable/volume_background.xml
litingting 05052530ad init
2025-01-22 15:56:59 +08:00

13 lines
322 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="24dp"/>
<gradient
android:angle="0"
android:endColor="@color/main_color1"
android:startColor="@color/main_color2" />
</shape>