apkfuckery/com.discord/res/drawable/drawable_squircle_primary_l...

6 lines
247 B
XML
Raw Normal View History

2019-07-24 11:27:29 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
2020-01-10 03:40:06 +00:00
<corners android:radius="12.0dip" />
<solid android:color="@color/primary_light_500_alpha_20" />
2019-07-24 11:27:29 +00:00
</shape>