apkfuckery/com.discord/res/drawable/drawable_circle_primary_900...

5 lines
195 B
XML
Raw Normal View History

2020-09-09 19:21:20 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-09-16 21:45:36 +00:00
<shape android:shape="oval"
2020-09-09 19:21:20 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
2020-09-16 21:45:36 +00:00
<solid android:color="@color/primary_900_alpha_60" />
</shape>