discord-jadx/app/src/main/res/drawable/bg_guild_role_subscription_...

10 lines
447 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="?attr/colorControlHighlight">
<item>
<shape android:shape="rectangle">
<corners android:radius="4dp"/>
<gradient android:startColor="@color/creator_revenue_start" android:endColor="@color/creator_revenue_end" android:angle="0" android:type="linear"/>
</shape>
</item>
</ripple>