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

6 lines
239 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<solid android:color="@color/primary_100"/>
<size android:height="12dp" android:width="12dp"/>
</shape>