discord-jadx/app/src/main/res/drawable/drawable_discovery_card_icon_bg_circle.xml

5 lines
183 B
XML
Raw Normal View History

2021-06-27 20:44:35 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<solid android:color="?attr/primary_600"/>
</shape>