apkfuckery/com.discord/res/drawable/drawable_circle_white.xml
2020-01-22 02:17:22 +01:00

5 lines
No EOL
180 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/white" />
</shape>