discord-jadx/app/src/main/res/drawable/drawable_bg_premium_guild_gradient_corners.xml
2021-06-27 22:44:35 +02:00

6 lines
263 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="#3e70dd" android:endColor="#b377f3" android:angle="0" android:type="linear"/>
<corners android:radius="4dp"/>
</shape>