Auto_Clicker/app/src/main/res/drawable/glow_background.xml
2025-05-12 14:30:55 +08:00

10 lines
303 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<gradient
android:type="radial"
android:gradientRadius="150dp"
android:startColor="#5533B5E5"
android:endColor="#0033B5E5"
android:centerColor="#9933B5E5" />
</shape>