Changes of com.discord v903

This commit is contained in:
root 2019-05-24 05:06:45 +02:00
parent f07adc3aeb
commit 8c062dd288
4717 changed files with 77972 additions and 76218 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/status_red_500" />
<corners android:topLeftRadius="8.0dip" android:topRightRadius="8.0dip" android:bottomLeftRadius="8.0dip" android:bottomRightRadius="8.0dip" />
</shape>