apkfuckery/com.discord/res/drawable/drawable_overlay_guild_ment...

7 lines
307 B
XML
Raw Normal View History

2019-02-04 20:08:30 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-04-12 23:07:39 +00:00
<shape android:shape="rectangle"
2019-02-04 20:08:30 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/status_red_500" />
2019-04-12 23:07:39 +00:00
<stroke android:width="2.0dip" android:color="@color/grey_guilds" />
<corners android:radius="2.0dip" />
2019-02-04 20:08:30 +00:00
</shape>