apkfuckery/com.discord/res/drawable/drawable_guild_template_gam...

10 lines
410 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="oval">
<solid android:color="@color/brand" />
</shape>
</item>
<item android:drawable="@drawable/ic_game_controller_16dp" android:left="8.0dip" android:top="8.0dip" android:right="8.0dip" android:bottom="8.0dip" />
</layer-list>