apkfuckery/com.discord/res/drawable/drawable_circle_white_1.xml

5 lines
182 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
2019-02-04 20:08:30 +00:00
<solid android:color="@color/white_1" />
2019-02-04 20:05:16 +00:00
</shape>