apkfuckery/com.discord/res/drawable/drawable_bg_premium_guild_g...

6 lines
275 B
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
2020-07-08 16:44:49 +00:00
<gradient android:startColor="#ff3e70dd" android:endColor="#ffb377f3" android:angle="0.0" android:type="linear" />
2020-05-17 12:40:10 +00:00
<corners android:radius="4.0dip" />
</shape>